[lld-macho] Fix incremental build (again) from D112485

This commit is contained in:
Vy Nguyen 2021-10-25 21:51:34 -04:00
parent d3ddd569eb
commit 46ef187dcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# REQUIRES: x86
# RUN: rm -rf %s; split-file %s %t
# RUN: rm -rf %t; 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 | \