Except of course without the comment markers... > On Oct 30, 2019, at 11:36 AM, Jim Ingham <[email protected]> wrote: > > Anyway, another way to do this would be something like: > > #if (${LLVM_DEFAULT_TARGET_TRIPLE}) > string(REGEX MATCH "^[^-]*" LLDB_DEBUGSERVER_ARCH > "${LLVM_DEFAULT_TARGET_TRIPLE}") > #else() > # set(LLDB_DEBUGSERVER_ARCH "") > #endif() >
_______________________________________________ lldb-dev mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
