File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1868,6 +1868,17 @@ for host in "${ALL_HOSTS[@]}"; do
1868
1868
-DLLDB_TEST_USER_ARGS=" ${DOTEST_ARGS} "
1869
1869
)
1870
1870
1871
+ if [[ $( is_cross_tools_host ${host} ) ]] ; then
1872
+ cmake_options=(
1873
+ " ${cmake_options[@]} "
1874
+ -DLLVM_TABLEGEN=$( build_directory " ${LOCAL_HOST} " llvm) /bin/llvm-tblgen
1875
+ -DCLANG_TABLEGEN=$( build_directory " ${LOCAL_HOST} " llvm) /bin/clang-tblgen
1876
+ -DLLDB_TABLEGEN=$( build_directory " ${LOCAL_HOST} " lldb) /bin/lldb-tblgen
1877
+ -DLLDB_TABLEGEN_EXE=$( build_directory " ${LOCAL_HOST} " lldb) /bin/lldb-tblgen
1878
+ -DLLVM_NATIVE_BUILD=$( build_directory " ${LOCAL_HOST} " llvm)
1879
+ )
1880
+ fi
1881
+
1871
1882
if [[ " $( uname -s) " == " Darwin" && " $( true_false ${LLDB_USE_SYSTEM_DEBUGSERVER} ) " == " TRUE" ]]; then
1872
1883
cmake_options+=(
1873
1884
-DLLDB_USE_SYSTEM_DEBUGSERVER:BOOL=" ${LLDB_USE_SYSTEM_DEBUGSERVER} "
You can’t perform that action at this time.
0 commit comments