[PATCH] D149674: [libc][bazel] static link test targets
Michael Jones via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 14:55:58 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG48882561253f: [libc][bazel] static link test targets (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149674/new/
https://reviews.llvm.org/D149674
Files:
utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
Index: utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
===================================================================
--- utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
+++ utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
@@ -33,5 +33,6 @@
"//libc/test/UnitTest:LibcUnitTest",
] + deps,
features = ["-link_llvmlibc"], # Do not link libllvmlibc.a
+ linkstatic = 1,
**kwargs
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149674.518870.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/b3a4941d/attachment.bin>
More information about the llvm-commits
mailing list