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

Sumanth Gundapaneni via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 10:05:21 PST 2015


sgundapa created this revision.
sgundapa added reviewers: rengolin, compnerd, chh.
sgundapa added a subscriber: llvm-commits.

http://reviews.llvm.org/D15083

Files:
  lib/builtins/CMakeLists.txt

Index: lib/builtins/CMakeLists.txt
===================================================================
--- lib/builtins/CMakeLists.txt
+++ 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.41411.patch
Type: text/x-patch
Size: 331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151130/4f5b1b30/attachment.bin>


More information about the llvm-commits mailing list