[PATCH] D15083: builtins: Build emutls.c on MINGW builds

Sumanth Gundapaneni via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 15:07:32 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL254470: builtins: Build emutls.c on MINGW builds (authored by sgundapa).

Changed prior to commit:
  http://reviews.llvm.org/D15083?vs=41411&id=41568#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15083

Files:
  compiler-rt/trunk/lib/builtins/CMakeLists.txt

Index: compiler-rt/trunk/lib/builtins/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/builtins/CMakeLists.txt
+++ compiler-rt/trunk/lib/builtins/CMakeLists.txt
@@ -154,7 +154,7 @@
     atomic_thread_fence.c)
 endif()
 
-if(NOT WIN32)
+if(NOT WIN32 OR MINGW)
   set(GENERIC_SOURCES
       ${GENERIC_SOURCES}
       emutls.c)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15083.41568.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/adabf195/attachment.bin>


More information about the llvm-commits mailing list