[PATCH] D119049: [LLD] Allow usage of LLD as a library
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 19:36:51 PDT 2023
thakis added inline comments.
================
Comment at: lld/test/Unit/lit.site.cfg.py.in:9
+config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@")
+config.enable_shared = @ENABLE_SHARED@
+config.shlibdir = lit_config.substitute(path(r"@SHLIBDIR@"))
----------------
Is this read by anything? clang/test/Unit/lit.site.cfg.py doesn't have it for example.
If not: What about the other vars in here? Are they copy-pasta, or are they needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119049/new/
https://reviews.llvm.org/D119049
More information about the llvm-commits
mailing list