summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FastDemangle.cpp
diff options
context:
space:
mode:
authorSid Manning <sidneym@codeaurora.org>2014-10-15 20:41:17 +0000
committerSid Manning <sidneym@codeaurora.org>2014-10-15 20:41:17 +0000
commita0022964276a538e37bb5bafb14136fd0d17a9b3 (patch)
tree36b6c0f430c78ee4d7532ddbcec34743d39e677b /lldb/source/Core/FastDemangle.cpp
parent8d5aeb269869b66919864f93e706d054d142b29d (diff)
downloadbcm5719-llvm-a0022964276a538e37bb5bafb14136fd0d17a9b3.tar.gz
bcm5719-llvm-a0022964276a538e37bb5bafb14136fd0d17a9b3.zip
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 'lldb/source/Core/FastDemangle.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud