LLVM-C.dll was recently set to build by default. However, the script
attempts to use the just-built llvm-nm. If you are crosscompiling then
this tool is for the wrong platform. In the case that you are
croscompiling, instead opt to use the CMAKE_NM.
Details
Details
- Reviewers
compnerd smeenai Wallbraker
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 29841 Build 29840: arc lint + arc unit
Event Timeline
Comment Actions
Sorry, I went down a rabbit hole reviewing this, and ended up writing an alternate solution which just generates a native llvm-nm using the same mechanism as tblgen. Gimme a little bit to put that up.