Exclude ASM from CompilerRT languages as an attempt to fix CMake failure in standalon...
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 28 Jul 2014 22:04:19 +0000 (22:04 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 28 Jul 2014 22:04:19 +0000 (22:04 +0000)
llvm-svn: 214130

compiler-rt/CMakeLists.txt

index 78413b0..b457cb4 100644 (file)
@@ -9,7 +9,7 @@
 
 # Check if compiler-rt is built as a standalone project.
 if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
-  project(CompilerRT ASM C CXX)
+  project(CompilerRT C CXX)
   set(COMPILER_RT_STANDALONE_BUILD TRUE)
 else()
   set(COMPILER_RT_STANDALONE_BUILD FALSE)