[PATCH] D32681: [builtins] Enabled emulated TLS on WOA.
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 30 18:49:51 PDT 2017
compnerd added a comment.
Doing this on just the MinGW build seems reasonable. Most of the library shouldn't be needed for Windows.
================
Comment at: lib/builtins/emutls.c:101
-#include <Windows.h>
#include <malloc.h>
----------------
The file is `Windows.h` in the SDK, so why are you changing it to the lower case?
Repository:
rL LLVM
https://reviews.llvm.org/D32681
More information about the llvm-commits
mailing list