diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-07-20 17:59:08 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-07-20 17:59:08 +0000 |
commit | e97f2f33e757a639492c4f5295ec825fb1685294 (patch) | |
tree | 33767459154f4b7112953b1ae113829187fd1e33 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a30a4a35ecbd2ebff79de8a193e7045b17da3ff5 (diff) | |
download | llvm-e97f2f33e757a639492c4f5295ec825fb1685294.zip llvm-e97f2f33e757a639492c4f5295ec825fb1685294.tar.gz llvm-e97f2f33e757a639492c4f5295ec825fb1685294.tar.bz2 |
build: allow the user to specify `llvm-tblgen`
This follows the same pattern as Clang and permits the user to specify
the tablegen to use via `-DLLVM_TABLEGEN=`. This allows for
cross-compiling LLDB for a foreign target (e.g. Windows ARM64 on Windows
X64). The LLVM dependency for LLDB in that case must be a Windows ARM64
build which cannot cross-compile llvm-tblgen due to the way that Visual
Studio works. Instead, permit the user to have a separate tablegen
build which can be used during the build.
llvm-svn: 366639
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions