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

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 20 17:05:39 PDT 2021


Author: Jez Ng
Date: 2021-10-20T20:05:30-04:00
New Revision: 9ef55ddc3fe20bcf7d91cce5da67d2c483361272

URL: https://github.com/llvm/llvm-project/commit/9ef55ddc3fe20bcf7d91cce5da67d2c483361272
DIFF: https://github.com/llvm/llvm-project/commit/9ef55ddc3fe20bcf7d91cce5da67d2c483361272.diff

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

It's currently using a symlink, which is not supported on Windows.

Added: 
    

Modified: 
    lld/test/MachO/lc-linker-option.ll

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/lc-linker-option.ll b/lld/test/MachO/lc-linker-option.ll
index 12910a364a8a8..d1e7288c0a419 100644
--- a/lld/test/MachO/lc-linker-option.ll
+++ b/lld/test/MachO/lc-linker-option.ll
@@ -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
\ No newline at end of file
+@"OBJC_CLASS_$_TestClass" = global %struct._class_t {}, section "__DATA, __objc_data", align 8


        


More information about the llvm-commits mailing list