[lld-macho] Fix incremental builds

This commit is contained in:
Jez Ng 2021-10-25 20:50:35 -04:00
parent 3b42fc8a07
commit d3ddd569eb
1 changed files with 1 additions and 1 deletions

View File

@ -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 | \