diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-07-11 00:27:05 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-07-11 00:27:05 +0000 |
commit | ccfc9ffcbe70c001d5c291e55f58841109a91d74 (patch) | |
tree | b97ff78d089657f1231ad02352e9fb1941f93f9f /llvm/lib/Support/ToolOutputFile.cpp | |
parent | a2aeb8e8e159bc4f55e350ec997cb7d5036fe7dd (diff) | |
download | bcm5719-llvm-ccfc9ffcbe70c001d5c291e55f58841109a91d74.tar.gz bcm5719-llvm-ccfc9ffcbe70c001d5c291e55f58841109a91d74.zip |
Fix documentation:
#if defined(__has_foo("X")) && __has_foo("X")
is not a correct way to portably use __has_foo, because it is expanded to
#if 0 && 0("X")
... which is ill-formed.
Also add a missing ')'.
llvm-svn: 186047
Diffstat (limited to 'llvm/lib/Support/ToolOutputFile.cpp')
0 files changed, 0 insertions, 0 deletions