Revert "Include assembly files in builtins library build"
authorRenato Golin <renato.golin@linaro.org>
Wed, 23 Jul 2014 04:46:23 +0000 (04:46 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 23 Jul 2014 04:46:23 +0000 (04:46 +0000)
This reverts commit r213684, since it was breaking the compiler-rt
build and the sanitizers' bot.

llvm-svn: 213724

compiler-rt/lib/builtins/CMakeLists.txt

index 6289cdd18f0758cc5eacffe7ef249d5197f4a32b..054ff59b2a44572a4c80027c1debeaf9bf3ca190 100644 (file)
@@ -251,7 +251,6 @@ add_custom_target(builtins)
 if (NOT WIN32)
   foreach(arch x86_64 i386 arm)
     if(CAN_TARGET_${arch})
-      set_source_files_properties(${${arch}_SOURCES} PROPERTIES LANGUAGE C)
       add_compiler_rt_runtime(clang_rt.builtins-${arch} ${arch} STATIC
         SOURCES ${${arch}_SOURCES}
         CFLAGS "-std=c99")