This allows us to debug the failures that come up from the build bots.
Follow-up to D38226.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314193
91177308-0d34-0410-b5e6-
96231b3b80d8
+// RUN: %clangxx -shared -o /dev/null -v -fxray-instrument %s
// RUN: %clangxx -shared -o /dev/null -v -fxray-instrument %s 2>&1 | \
// RUN: FileCheck %s --check-prefix=SHARED
+// RUN: %clangxx -static -o /dev/null -v -fxray-instrument %s -DMAIN
// RUN: %clangxx -static -o /dev/null -v -fxray-instrument %s 2>&1 -DMAIN | \
// RUN: FileCheck %s --check-prefix=STATIC
//