[Lldb-commits] [lldb] r198970 - Fix CMake build of debugserver on Mac OS X.

Filipe Cabecinhas me at filcab.net
Fri Jan 10 15:06:18 PST 2014


Author: filcab
Date: Fri Jan 10 17:06:17 2014
New Revision: 198970

URL: http://llvm.org/viewvc/llvm-project?rev=198970&view=rev
Log:
Fix CMake build of debugserver on Mac OS X.

Modified:
    lldb/trunk/tools/debugserver/CMakeLists.txt

Modified: lldb/trunk/tools/debugserver/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/CMakeLists.txt?rev=198970&r1=198969&r2=198970&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/CMakeLists.txt (original)
+++ lldb/trunk/tools/debugserver/CMakeLists.txt Fri Jan 10 17:06:17 2014
@@ -1,3 +1,3 @@
-project(C CXX ASM)
+project(C CXX ASM-ATT)
 add_subdirectory(scripts)
 add_subdirectory(source)





More information about the lldb-commits mailing list