[compiler-rt] r213724 - Revert "Include assembly files in builtins library build"
Renato Golin
renato.golin at linaro.org
Tue Jul 22 21:46:23 PDT 2014
Author: rengolin
Date: Tue Jul 22 23:46:23 2014
New Revision: 213724
URL: http://llvm.org/viewvc/llvm-project?rev=213724&view=rev
Log:
Revert "Include assembly files in builtins library build"
This reverts commit r213684, since it was breaking the compiler-rt
build and the sanitizers' bot.
Modified:
compiler-rt/trunk/lib/builtins/CMakeLists.txt
Modified: compiler-rt/trunk/lib/builtins/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/CMakeLists.txt?rev=213724&r1=213723&r2=213724&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/builtins/CMakeLists.txt Tue Jul 22 23:46:23 2014
@@ -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")
More information about the llvm-commits
mailing list