diff options
author | Shoaib Meenai <smeenai@fb.com> | 2017-04-12 19:56:37 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2017-04-12 19:56:37 +0000 |
commit | 538b3f419835de3147c529c8214a41ad089af777 (patch) | |
tree | 3c6c6cc4ab4ad9497ef55ccdaf664792d9984862 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 55306e706d0aa9df966a3a5ed5cf4c38cdce5d75 (diff) | |
download | bcm5719-llvm-538b3f419835de3147c529c8214a41ad089af777.tar.gz bcm5719-llvm-538b3f419835de3147c529c8214a41ad089af777.zip |
[libc++] Use more appropriate conditional for ABI macro definition
The inline function definition ABI macro is gated on COFF dllexport
semantics, so it's more appropriate to mark it with the object file
format macro rather than the generic _WIN32 macro. We now have no uses
of _WIN32 apart from those used to define the other Windows macros :)
Clarify the ABI macro comment and make the object file format check
exhaustive while I'm here.
llvm-svn: 300097
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions