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 \
|
||||
|
@ -137,4 +137,4 @@ target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16
|
|||
%0 = type opaque
|
||||
%struct._class_t = type {}
|
||||
|
||||
@"OBJC_CLASS_$_TestClass" = global %struct._class_t {}, section "__DATA, __objc_data", align 8
|
||||
@"OBJC_CLASS_$_TestClass" = global %struct._class_t {}, section "__DATA, __objc_data", align 8
|
||||
|
|
Loading…
Reference in New Issue