mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-04 02:55:42 +00:00
fix the syntax (doesn't work with c++11)
This commit is contained in:
parent
694d523063
commit
888efc5ef2
@ -29,7 +29,7 @@ Index: llvm-toolchain-snapshot_7.0~svn293997/lldb/source/Plugins/Process/gdb-rem
|
||||
#define DEBUGSERVER_BASENAME "debugserver"
|
||||
#else
|
||||
-#define DEBUGSERVER_BASENAME "lldb-server"
|
||||
+# define DEBUGSERVER_BASENAME "lldb-server-"LLVM_VERSION_STRING
|
||||
+# define DEBUGSERVER_BASENAME "lldb-server-" LLVM_VERSION_STRING
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LIBCOMPRESSION)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user