Skip to content

Commit

Permalink
[lld-macho] Fix incremental builds
Browse files Browse the repository at this point in the history
  • Loading branch information
int3 committed Oct 26, 2021
1 parent 3b42fc8 commit d3ddd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/MachO/treat-undef-sym.s
@@ -1,5 +1,5 @@
# REQUIRES: x86
# RUN: split-file %s %t
# RUN: rm -rf %s; split-file %s %t

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

0 comments on commit d3ddd56

Please sign in to comment.