[lld-macho] Temporarily disable lc-linker-option.ll on Windows

It's currently using a symlink, which is not supported on Windows.
This commit is contained in:
Jez Ng 2021-10-20 20:04:37 -04:00
parent 6ea7437ca5
commit 9ef55ddc3f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
; REQUIRES: x86
; REQUIRES: x86, shell
; RUN: rm -rf %t; split-file %s %t
;
; RUN: llvm-as %t/framework.ll -o %t/framework.o
; RUN: %lld -lSystem %t/framework.o -o %t/frame
; RUN: llvm-otool -l %t/frame | FileCheck --check-prefix=FRAME %s \