summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ModuleMaker
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-10-01 20:53:25 +0000
committerMartin Storsjo <martin@martin.st>2018-10-01 20:53:25 +0000
commitf32a0fc80d3aad1f542866fdaa88cabb76802bab (patch)
tree2e8a037b1bae306f80c64b06b8e07281d31b65f1 /llvm/examples/ModuleMaker
parentc87e99f4a4d5d10c54b0277ea089ef06608328fd (diff)
downloadbcm5719-llvm-f32a0fc80d3aad1f542866fdaa88cabb76802bab.tar.gz
bcm5719-llvm-f32a0fc80d3aad1f542866fdaa88cabb76802bab.zip
[MinGW] Allow using ASan
Linking to ASan for MinGW is similar to MSVC, but MinGW always links the MSVCRT dynamically, so there is only one of the MSVC cases to consider. When linking to a shared compiler runtime library on MinGW, the suffix of the import library is .dll.a. The existing case of .dll as suffix for windows in general doesn't seem correct (since this is used for linking). As long as callers never actually set the Shared flag, the default static suffix of .lib also worked fine for import libraries as well. Differential Revision: https://reviews.llvm.org/D52538 llvm-svn: 343537
Diffstat (limited to 'llvm/examples/ModuleMaker')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud