Skip to content

Commit

Permalink
Merge commit 'aaf3d9296ad8' from apple/master into swift/master-next
Browse files Browse the repository at this point in the history
  • Loading branch information
git apple-llvm automerger committed Oct 29, 2019
2 parents e6608f7 + aaf3d92 commit a38a44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# CFLAGS etc explicitly. Switching on LLVM_HOST_TRIPLE is also an option,
# but it breaks down when cross-compiling.

string(REGEX MATCH "^[^-]*" LLDB_DEBUGSERVER_ARCH ${LLVM_DEFAULT_TARGET_TRIPLE})
string(REGEX MATCH "^[^-]*" LLDB_DEBUGSERVER_ARCH "${LLVM_DEFAULT_TARGET_TRIPLE}")

if("${LLDB_DEBUGSERVER_ARCH}" MATCHES ".*arm.*")
list(APPEND SOURCES arm/DNBArchImpl.cpp arm64/DNBArchImplARM64.cpp)
Expand Down

0 comments on commit a38a44c

Please sign in to comment.