[PATCH] D155398: Linker is unable to find -lclang_rt.builtins-riscv64 library
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 03:32:17 PDT 2023
asb added a subscriber: phosek.
asb added a comment.
@ramakotareddy @ayonam: I'm not a good reviewer for this CMake change unfortunately. Adding in @phosek who might have more relevant experience or be able to nominate someone who has.
A few notes:
- Please upload patches with full context (see here <https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface> for guidance).
- Hardcoding the LLVM release number in the CMake snippet definitely seems wrong
- If an appropriate file is being built but the lookup for it is failing, wouldn't it be better to change the clang driver lookup logic?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155398/new/
https://reviews.llvm.org/D155398
More information about the llvm-commits
mailing list