forked from OSchip/llvm-project
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
This commit is contained in:
parent
0a6af4391b
commit
bb3d7b5e81
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue