[all-commits] [llvm/llvm-project] e30293: [gn build] Kind of port c7b3a91017d2 (libclang ver...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Jul 26 19:13:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e30293352c98e6985480d6d77b60675becbdc549
https://github.com/llvm/llvm-project/commit/e30293352c98e6985480d6d77b60675becbdc549
Author: Nico Weber <thakis at chromium.org>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M llvm/utils/gn/build/symbol_exports.gni
M llvm/utils/gn/secondary/clang/test/BUILD.gn
M llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn
Log Message:
-----------
[gn build] Kind of port c7b3a91017d2 (libclang version script)
libclang is only built as static library in the GN build at the
moment, which means we now generate a .exports file form a version
script and then link.exe and ld64 inputs from the .exports file
but don't use the version script, but hey.
More information about the All-commits
mailing list