[PATCH] D140011: [clang][compiler-rt] Support LLVM_ENABLE_PER_TARGET_RUNTIME_DIR on Arm Linux and BSD

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 04:23:30 PST 2022


DavidSpickett added reviewers: MaskRay, phosek.
DavidSpickett added a comment.
Herald added a subscriber: StephenFan.

The first attempt at this was https://reviews.llvm.org/D110142.

The key difference is that...

> It also seems like armhf-unknown-linux-gnueabihf duplicates the hf bit (there's both armhf and gnueabihf) which seems unnecessary.

I have solved this. The folder name is no longer a redundant (and, I found out, invalid) triple.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140011/new/

https://reviews.llvm.org/D140011



More information about the cfe-commits mailing list