diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-07-23 04:46:23 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-07-23 04:46:23 +0000 |
commit | bb3d7b5e81c92b44f6c2db8ba6a0533cb558458c (patch) | |
tree | b3a13e140536b8abde4785c9e77bf6717a1510ad /compiler-rt/lib/builtins/CMakeLists.txt | |
parent | 0a6af4391bbb8d52cb4393c2ad29ae0a4694c5e1 (diff) | |
download | bcm5719-llvm-bb3d7b5e81c92b44f6c2db8ba6a0533cb558458c.tar.gz bcm5719-llvm-bb3d7b5e81c92b44f6c2db8ba6a0533cb558458c.zip |
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
Diffstat (limited to 'compiler-rt/lib/builtins/CMakeLists.txt')
-rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 6289cdd18f0..054ff59b2a4 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") |