Skip to content

Commit

Permalink
[SOL] Ignore LTO tests failing on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Oct 24, 2021
1 parent d78e6c5 commit 790fa92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/tools/lto/hide-linkonce-odr.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; XFAIL: darwin
; RUN: llvm-as %s -o %t.o
; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -dylib -arch x86_64 -macosx_version_min 10.10.0 -o %t.dylib %t.o -save-temps -undefined dynamic_lookup -exported_symbol _c -exported_symbol _b -exported_symbol _GlobLinkonce

Expand Down
1 change: 1 addition & 0 deletions llvm/test/tools/lto/opt-level.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; XFAIL: darwin
; RUN: llvm-as %s -o %t.o
; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -mllvm -O0 -o %t.dylib %t.o
; RUN: llvm-nm --no-llvm-bc %t.dylib | FileCheck --check-prefix=CHECK-O0 %s
Expand Down
1 change: 1 addition & 0 deletions llvm/test/tools/lto/print-stats.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; XFAIL: darwin
; RUN: llvm-as %s -o %t.o
; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -mllvm -stats -o %t.dylib %t.o 2>&1 | FileCheck --check-prefix=STATS %s
; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -o %t.dylib %t.o 2>&1 | FileCheck --check-prefix=NO_STATS %s
Expand Down

0 comments on commit 790fa92

Please sign in to comment.