Skip to content

Commit

Permalink
Merge commit '55eec2ba96bd' from llvm.org/master into apple/master
Browse files Browse the repository at this point in the history
  • Loading branch information
git apple-llvm automerger committed Oct 29, 2019
2 parents e95ff86 + 55eec2b commit aaf3d92
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 aaf3d92

Please sign in to comment.