File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed
Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- // RUN: %clangxx -O0 -g %s -c -o %t.o
2- // RUN: %clangxx %t.o -o %t.out
1+ // RUN: %clangxx --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
2+ // RUN: %clangxx --target=%itanium_abi_host_triple %t.o -o %t.out
33// RUN: %test_debuginfo %s %t.out
44// Radar 8945514
55// DEBUGGER: break 22
Original file line number Diff line number Diff line change 1- // RUN: %clang -O0 -g %s -c -o %t.o
2- // RUN: %clang %t.o -o %t.out -framework Foundation
1+ // RUN: %clang --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
2+ // RUN: %clang --target=%itanium_abi_host_triple %t.o -o %t.out -framework Foundation
33// RUN: %test_debuginfo %s %t.out
44
55// REQUIRES: system-darwin
Original file line number Diff line number Diff line change 1- // RUN: %clang -O0 -g %s -c -o %t.o
2- // RUN: %clang %t.o -o %t.out -framework Foundation
1+ // RUN: %clang --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
2+ // RUN: %clang --target=%itanium_abi_host_triple %t.o -o %t.out -framework Foundation
33// RUN: %test_debuginfo %s %t.out
44
55// REQUIRES: system-darwin
Original file line number Diff line number Diff line change 1- // RUN: %clangxx -O0 -g %s -c -o %t.o
2- // RUN: %clangxx %t.o -o %t.out
1+ // RUN: %clangxx --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
2+ // RUN: %clangxx --target=%itanium_abi_host_triple %t.o -o %t.out
33// RUN: %test_debuginfo %s %t.out
44
55
Original file line number Diff line number Diff line change 11// This test case checks debug info during register moves for an argument.
2- // RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
3- // RUN: %clang -arch x86_64 %t.o -o %t.out
2+ // RUN: %clang --target=%itanium_abi_host_triple - arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
3+ // RUN: %clang --target=%itanium_abi_host_triple - arch x86_64 %t.o -o %t.out
44// RUN: %test_debuginfo %s %t.out
55//
66// Radar 8412415
Original file line number Diff line number Diff line change 1- // RUN: %clang -O0 -g %s -c -o %t.o
2- // RUN: %clang %t.o -o %t.out -framework Foundation
1+ // RUN: %clang --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
2+ // RUN: %clang --target=%itanium_abi_host_triple %t.o -o %t.out -framework Foundation
33// RUN: %test_debuginfo %s %t.out
44//
55// REQUIRES: system-darwin
Original file line number Diff line number Diff line change 1- // RUN: %clangxx -O0 -g %s -c -o %t.o
1+ // RUN: %clangxx --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
22// RUN: %test_debuginfo %s %t.o
33// Radar 9168773
44
Original file line number Diff line number Diff line change 1- // RUN: %clangxx -O0 -g %s -c -o %t.o
1+ // RUN: %clangxx --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
22// RUN: %test_debuginfo %s %t.o
33// Radar 9440721
44// If debug info for my_number() is emitted outside function foo's scope
Original file line number Diff line number Diff line change 1- // RUN: %clangxx -O0 -g %s -c -o %t.o
2- // RUN: %clangxx %t.o -o %t.out
1+ // RUN: %clangxx --target=%itanium_abi_host_triple - O0 -g %s -c -o %t.o
2+ // RUN: %clangxx --target=%itanium_abi_host_triple %t.o -o %t.out
33// RUN: %test_debuginfo %s %t.out
44// Radar 8775834
55// DEBUGGER: break 62
Original file line number Diff line number Diff line change 1- // RUN: %clangxx -O0 -g %s -o %t -c
2- // RUN: %clangxx %t -o %t.out
1+ // RUN: %clangxx --target=%itanium_abi_host_triple - O0 -g %s -o %t -c
2+ // RUN: %clangxx --target=%itanium_abi_host_triple %t -o %t.out
33// RUN: %test_debuginfo %s %t.out
44
55// FIXME: LLDB finds the wrong symbol for "C". rdar://problem/14933867
You can’t perform that action at this time.
0 commit comments