Author: Walter Lee
Date: 2025-11-19T19:14:42Z
New Revision: 1233c4bf230bcc40f86b8684e4cc1e4d368a8b79

URL: 
https://github.com/llvm/llvm-project/commit/1233c4bf230bcc40f86b8684e4cc1e4d368a8b79
DIFF: 
https://github.com/llvm/llvm-project/commit/1233c4bf230bcc40f86b8684e4cc1e4d368a8b79.diff

LOG: Minor fix of reproducer in #165572 (#168751)

Added: 
    

Modified: 
    clang/test/Driver/crash-ir-repro.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/crash-ir-repro.cpp 
b/clang/test/Driver/crash-ir-repro.cpp
index 1f31a5ca1bb34..fd97e6f0cce11 100644
--- a/clang/test/Driver/crash-ir-repro.cpp
+++ b/clang/test/Driver/crash-ir-repro.cpp
@@ -1,9 +1,8 @@
 // RUN: %clang -S -emit-llvm -o %t.ll %s
-// 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
 
 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
 // CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.cpp
-// CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.ll
 // CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.sh
 
 #ifdef CRASH


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to