[PATCH] D127556: gn build: Add support for building the standalone ubsan runtime.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 11:56:47 PDT 2022
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
lg, please watch http://45.33.8.238/ after landing (especially the non-linux bots)
================
Comment at: llvm/utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn:130
+ inputs = [ "$target_gen_dir/ubsan.vers" ]
+ ldflags = [
+ "-Wl,--version-script," + rebase_path(inputs[0], root_build_dir),
----------------
Should this be gated on `!is_mac && !is_win` or similar?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127556/new/
https://reviews.llvm.org/D127556
More information about the llvm-commits
mailing list