[PATCH] D105985: Support GSYM in llvm-symbolizer.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 23 02:14:29 PDT 2021
jhenderson added a comment.
In D105985#2892857 <https://reviews.llvm.org/D105985#2892857>, @simon.giesecke wrote:
> @jhenderson I am struggling with even building cross-project-tests. How do I enable those? I tried setting calling cmake with either `-DLLVM_TOOL_CROSS_PROJECT_TESTS_BUILD=TRUE` or `-DLLVM_ENABLE_PROJECTS="clang;cross-platform-tests"`, but those don't seem to do the job.
It's "cross-project-tests" not "cross-platform-tests" in the LLVM_ENABLE_PROJECTS listing.
If you're adding command-line options a) they might better belong in separate later patches, and b) the documentation should be updated to reference them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105985/new/
https://reviews.llvm.org/D105985
More information about the llvm-commits
mailing list