Skip to content

Commit 34d58d7

Browse files
Ignore cross-lang-lto test for LLVM versions without ThinLTO.
1 parent a7e2eae commit 34d58d7

File tree

1 file changed

+5
-2
lines changed
  • src/test/run-make/cross-lang-lto

1 file changed

+5
-2
lines changed

src/test/run-make/cross-lang-lto/Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
2+
# min-llvm-version 4.0
3+
4+
-include ../../run-make-fulldeps/tools.mk
5+
16
# This test makes sure that the expected .llvmbc sections for use by
27
# linker-based LTO are available in object files when compiling with
38
# -Z cross-lang-lto
49

5-
-include ../../run-make-fulldeps/tools.mk
6-
710
LLVMBC_SECTION_NAME=\\.llvmbc
811

912
ifeq ($(UNAME),Darwin)

0 commit comments

Comments
 (0)