Ignore cross-lang-lto test for LLVM versions without ThinLTO.

This commit is contained in:
Michael Woerister 2018-04-17 13:38:19 +02:00
parent fefed13747
commit ae149f11ec

View file

@ -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)