]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-84395-lto-embed-bitcode/Makefile
Rollup merge of #100157 - rust-lang:notriddle/use-map-instead-of-repeated-push, r...
[rust.git] / src / test / run-make-fulldeps / issue-84395-lto-embed-bitcode / Makefile
1 # needs-matching-clang
2
3 # This test makes sure the embed bitcode in elf created with
4 # lto-embed-bitcode=optimized is valid llvm BC module.
5
6 -include ../../run-make-fulldeps/tools.mk
7
8 all:
9         $(RUSTC) test.rs --target $(TARGET) -Clink-arg=-fuse-ld=lld -Clinker-plugin-lto -Clinker=$(CLANG) -Clink-arg=-Wl,--plugin-opt=-lto-embed-bitcode=optimized -Zemit-thin-lto=no
10         $(LLVM_BIN_DIR)/objcopy --dump-section .llvmbc=$(TMPDIR)/test.bc $(TMPDIR)/test
11         $(LLVM_BIN_DIR)/llvm-dis $(TMPDIR)/test.bc