[compiler-rt] r182453 - Add atomic.c to CMake build of compiler-rt to	match r182420
    Alexey Samsonov 
    samsonov at google.com
       
    Tue May 21 23:46:07 PDT 2013
    
    
  
Author: samsonov
Date: Wed May 22 01:46:07 2013
New Revision: 182453
URL: http://llvm.org/viewvc/llvm-project?rev=182453&view=rev
Log:
Add atomic.c to CMake build of compiler-rt to match r182420
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=182453&r1=182452&r2=182453&view=diff
==============================================================================
--- compiler-rt/trunk/lib/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/CMakeLists.txt Wed May 22 01:46:07 2013
@@ -37,6 +37,7 @@ set(GENERIC_SOURCES
   ashlti3.c
   ashrdi3.c
   ashrti3.c
+  atomic.c
   clear_cache.c
   clzdi2.c
   clzsi2.c
    
    
More information about the llvm-commits
mailing list