diff options
author | Sid Manning <sidneym@codeaurora.org> | 2014-10-15 20:41:17 +0000 |
---|---|---|
committer | Sid Manning <sidneym@codeaurora.org> | 2014-10-15 20:41:17 +0000 |
commit | a0022964276a538e37bb5bafb14136fd0d17a9b3 (patch) | |
tree | 36b6c0f430c78ee4d7532ddbcec34743d39e677b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 8d5aeb269869b66919864f93e706d054d142b29d (diff) | |
download | llvm-a0022964276a538e37bb5bafb14136fd0d17a9b3.zip llvm-a0022964276a538e37bb5bafb14136fd0d17a9b3.tar.gz llvm-a0022964276a538e37bb5bafb14136fd0d17a9b3.tar.bz2 |
Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIBUTE_USED
This original fix for the build break was correct. LLVM_ATTRIBUTE_USED
removes the warning message because it keeps the function in the object
file. LLVM_ATTRIBUTE_UNUSED indicates that it may or may not be used
depending on build settings.
llvm-svn: 219846
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions