builtins: Build emutls.c on MINGW builds

Differential Revision: http://reviews.llvm.org/D15083

llvm-svn: 254470
This commit is contained in:
Sumanth Gundapaneni 2015-12-01 23:04:33 +00:00
parent 592d068198
commit 9af8961a86
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ if(APPLE)
atomic_thread_fence.c)
endif()
if(NOT WIN32)
if(NOT WIN32 OR MINGW)
set(GENERIC_SOURCES
${GENERIC_SOURCES}
emutls.c)