forked from OSchip/llvm-project
[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:
parent
6ea7437ca5
commit
9ef55ddc3f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue