Skip to content

Commit e51163c

Browse files
committed
[LLDB] Use %clang_host instead of %clang in test (NFC)
1 parent 6429549 commit e51163c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/dwarf5-macho.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
// REQUIRES: system-darwin
44

5-
// RUN: %clang -target x86_64-apple-darwin %s -c -o %t.o -gdwarf-5
5+
// RUN: %clang_host -target x86_64-apple-darwin %s -c -o %t.o -gdwarf-5
66
// 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
7+
// RUN: xcrun %clang_host -target x86_64-apple-darwin -o %t.exe %t.o
88
// RUN: %lldb %t.exe -b -o "target modules dump line-table %s" | FileCheck %s
99

1010
// NAMES: Name: __debug_line_str

0 commit comments

Comments
 (0)