This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Use llvm-tblgen from NATIVE LLVM build when cross-compiling
ClosedPublic

Authored by xiaobai on Jan 24 2019, 2:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

xiaobai created this revision.Jan 24 2019, 2:18 PM
compnerd accepted this revision.Jan 25 2019, 10:45 AM
compnerd set the repository for this revision to rLLDB LLDB.
compnerd added inline comments.
cmake/modules/LLDBStandalone.cmake
44 ↗(On Diff #183399)

Please add a comment that this will always be built release and thus we can assume that directory structure.

This revision is now accepted and ready to land.Jan 25 2019, 10:47 AM
xiaobai updated this revision to Diff 183585.Jan 25 2019, 11:31 AM

Added a comment

This revision was automatically updated to reflect the committed changes.