diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make/cross-lang-lto/Makefile | 7 |
1 files 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 8cd1fde05d4..fad8cdf1267 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) |
