From: Renato Golin Date: Wed, 23 Jul 2014 04:46:23 +0000 (+0000) Subject: Revert "Include assembly files in builtins library build" X-Git-Tag: llvmorg-3.5.0-rc3~2^2~2058 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb3d7b5e81c92b44f6c2db8ba6a0533cb558458c;p=platform%2Fupstream%2Fllvm.git Revert "Include assembly files in builtins library build" This reverts commit r213684, since it was breaking the compiler-rt build and the sanitizers' bot. llvm-svn: 213724 --- diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 6289cdd18f07..054ff59b2a44 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -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")