diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-15 16:30:20 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-15 16:30:20 +0000 |
commit | 05b8fde8ee1dc4af5c804f1f12a4da706ffdf8a3 (patch) | |
tree | 4f6ab703ae6517852ae9714585a93d874e61fcc9 /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | |
parent | cf1767421140616e436338477c3560665de1f5fd (diff) | |
download | bcm5719-llvm-05b8fde8ee1dc4af5c804f1f12a4da706ffdf8a3.tar.gz bcm5719-llvm-05b8fde8ee1dc4af5c804f1f12a4da706ffdf8a3.zip |
CodeGen: ubsan is built static on windows, give handlers local storage
The UBSAN runtime is built static on Windows. This requires that we give local
storage always. This impacts Windows where the linker would otherwise have to
generate a thunk to access the symbol via the IAT. This should repair the
windows clang build bots.
llvm-svn: 289829
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
0 files changed, 0 insertions, 0 deletions