Skip to content

Commit 46ef187

Browse files
committed
[lld-macho] Fix incremental build (again) from D112485
1 parent d3ddd56 commit 46ef187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/treat-undef-sym.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# REQUIRES: x86
2-
# RUN: rm -rf %s; split-file %s %t
2+
# RUN: rm -rf %t; split-file %s %t
33

44
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t/live.o
55
# RUN: not %lld -undefined bogus -o /dev/null %t/live.o 2>&1 | \

0 commit comments

Comments
 (0)