Skip to content

Commit

Permalink
Ignore cross-lang-lto test for LLVM versions without ThinLTO.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Apr 19, 2018
1 parent a7e2eae commit 34d58d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/test/run-make/cross-lang-lto/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

# min-llvm-version 4.0

-include ../../run-make-fulldeps/tools.mk

# This test makes sure that the expected .llvmbc sections for use by
# linker-based LTO are available in object files when compiling with
# -Z cross-lang-lto

-include ../../run-make-fulldeps/tools.mk

LLVMBC_SECTION_NAME=\\.llvmbc

ifeq ($(UNAME),Darwin)
Expand Down

0 comments on commit 34d58d7

Please sign in to comment.