summaryrefslogtreecommitdiffstats
path: root/tests/run-make/lto-linkage-used-attr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/lto-linkage-used-attr/Makefile')
-rw-r--r--tests/run-make/lto-linkage-used-attr/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run-make/lto-linkage-used-attr/Makefile b/tests/run-make/lto-linkage-used-attr/Makefile
new file mode 100644
index 000000000..e78b83890
--- /dev/null
+++ b/tests/run-make/lto-linkage-used-attr/Makefile
@@ -0,0 +1,9 @@
+include ../tools.mk
+
+# Verify that the impl_* symbols are preserved. #108030
+# only-x86_64-unknown-linux-gnu
+# min-llvm-version: 17
+
+all:
+ $(RUSTC) -Cdebuginfo=0 -Copt-level=3 lib.rs
+ $(RUSTC) -Clto=fat -Cdebuginfo=0 -Copt-level=3 main.rs