Skip to content

Commit 57a8a4e

Browse files
committed
Remove temporary debug test changes
1 parent 157d368 commit 57a8a4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/test/Frontend/ir-support.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
// We strip differing '.file' directives before comparing.
55

66
// Reference output:
7-
// RUN: %clang_cc1 -triple=x86_64-windows -S -o - %s | grep -v '\.file' > %t.s
7+
// RUN: %clang_cc1 -S -o - %s | grep -v '\.file' > %t.s
88

99
// LLVM bitcode:
10-
// RUN: %clang_cc1 -triple=x86_64-windows -emit-llvm-bc -o %t.bc %s
11-
// RUN: %clang_cc1 -triple=x86_64-windows -S -o - %t.bc | grep -v '\.file' > %t.bc.s
10+
// RUN: %clang_cc1 -emit-llvm-bc -o %t.bc %s
11+
// RUN: %clang_cc1 -S -o - %t.bc | grep -v '\.file' > %t.bc.s
1212
// RUN: diff %t.s %t.bc.s
1313

1414
// LLVM IR source code:
15-
// RUN: %clang_cc1 -triple=x86_64-windows -emit-llvm -o %t.ll %s
16-
// RUN: %clang_cc1 -triple=x86_64-windows -S -o - %t.ll | grep -v '\.file' > %t.ll.s
15+
// RUN: %clang_cc1 -emit-llvm -o %t.ll %s
16+
// RUN: %clang_cc1 -S -o - %t.ll | grep -v '\.file' > %t.ll.s
1717
// RUN: diff %t.s %t.ll.s
1818

1919
int f(void) { return 0; }

0 commit comments

Comments
 (0)