We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c7c60 commit 1233c4bCopy full SHA for 1233c4b
clang/test/Driver/crash-ir-repro.cpp
@@ -1,9 +1,8 @@
1
// RUN: %clang -S -emit-llvm -o %t.ll %s
2
-// RUN: not %clang -S -DCRASH %s %t.ll 2>&1 | FileCheck %s
+// RUN: not %clang -S -DCRASH %s -o %t.ll 2>&1 | FileCheck %s
3
4
// CHECK: Preprocessed source(s) and associated run script(s) are located at:
5
// CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.cpp
6
-// CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.ll
7
// CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.sh
8
9
#ifdef CRASH
0 commit comments