[compiler-rt] r182478 - Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic
Alexey Samsonov
samsonov at google.com
Wed May 22 07:22:05 PDT 2013
Author: samsonov
Date: Wed May 22 09:22:04 2013
New Revision: 182478
URL: http://llvm.org/viewvc/llvm-project?rev=182478&view=rev
Log:
Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic
Modified:
compiler-rt/trunk/lib/CMakeLists.txt
Modified: compiler-rt/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/CMakeLists.txt?rev=182478&r1=182477&r2=182478&view=diff
==============================================================================
--- compiler-rt/trunk/lib/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/CMakeLists.txt Wed May 22 09:22:04 2013
@@ -37,7 +37,8 @@ set(GENERIC_SOURCES
ashlti3.c
ashrdi3.c
ashrti3.c
- atomic.c
+ # FIXME: atomic.c may only be compiled if host compiler understands _Atomic
+ # atomic.c
clear_cache.c
clzdi2.c
clzsi2.c
More information about the llvm-commits
mailing list