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 6429549 commit e51163cCopy full SHA for e51163c
lldb/test/Shell/SymbolFile/DWARF/x86/dwarf5-macho.c
@@ -2,9 +2,9 @@
2
3
// REQUIRES: system-darwin
4
5
-// RUN: %clang -target x86_64-apple-darwin %s -c -o %t.o -gdwarf-5
+// RUN: %clang_host -target x86_64-apple-darwin %s -c -o %t.o -gdwarf-5
6
// RUN: llvm-readobj --sections %t.o | FileCheck %s --check-prefix NAMES
7
-// RUN: xcrun %clang -target x86_64-apple-darwin -o %t.exe %t.o
+// RUN: xcrun %clang_host -target x86_64-apple-darwin -o %t.exe %t.o
8
// RUN: %lldb %t.exe -b -o "target modules dump line-table %s" | FileCheck %s
9
10
// NAMES: Name: __debug_line_str
0 commit comments