File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1919int f (void ) { return 0 ; }
You can’t perform that action at this time.
0 commit comments