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 be66c84 commit dad986eCopy full SHA for dad986e
clang/test/Driver/crash-ir-repro.cpp
@@ -1,5 +1,5 @@
1
// RUN: %clang -S -emit-llvm -o %t.ll %s
2
-// RUN: not %clang -DCRASH %s %t.ll 2>&1 | FileCheck %s
+// RUN: not %clang -S -DCRASH %s %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
0 commit comments