[PATCH] D57607: gn build: Create regular archives for the sanitizer runtimes.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 12:15:43 PST 2019
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
lgtm if mixing non-dash style flags (rcsD) with -T works in both gnu ar and llvm-ar.
================
Comment at: llvm/utils/gn/build/BUILD.gn:139
+config("thin_archive") {
+ if (current_os != "win" && current_os != "mac") {
----------------
Want to add a comment like "to make an archive not thin, you need to remove this config and set complete-static_lib"?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57607/new/
https://reviews.llvm.org/D57607
More information about the llvm-commits
mailing list