Setting the CMAKE_CROSSCOMPILING variable directly does not appear to work.
Instead, CMake is setting this variable based on the presence
or absence of the CMAKE_SYSTEM_NAME variable (in fact, if that variable is
not present, CMAKE_CROSSCOMPILING gets reset to false [1]). Lastly,
building an external tablegen is not necessary. LLVM is capable of
building a native tablegen as needed.
Details
Details
- Reviewers
rengolin
Diff Detail
Diff Detail
- Build Status
Buildable 10585 Build 10585: arc lint + arc unit