Skip to content

Commit 337d8ee

Browse files
committed
Merge commit 'refs/am/changes/01e69cdd4fcb8414507c9d53d2a6b3370f65d313_swift/master-rebranch' into HEAD
Conflicts: lldb/test/CMakeLists.txt
2 parents ddb18ff + 01e69cd commit 337d8ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ if(swift IN_LIST LLVM_EXTERNAL_PROJECTS)
124124
endif()
125125
# END Swift Mods
126126

127+
if (LLDB_BUILT_STANDALONE)
128+
set(LLVM_HOST_TRIPLE ${TARGET_TRIPLE})
129+
endif()
130+
127131
add_lldb_test_dependency(
128132
lit-cpuid
129133
llc

0 commit comments

Comments
 (0)