From ae149f11ec01acd61dda074224becaaf7101b116 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Tue, 17 Apr 2018 13:38:19 +0200 Subject: [PATCH] Ignore cross-lang-lto test for LLVM versions without ThinLTO. --- src/test/run-make/cross-lang-lto/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/test/run-make/cross-lang-lto/Makefile b/src/test/run-make/cross-lang-lto/Makefile index 8cd1fde05d43..fad8cdf12675 100644 --- a/src/test/run-make/cross-lang-lto/Makefile +++ b/src/test/run-make/cross-lang-lto/Makefile @@ -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)