summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/StringTableBuilder.cpp
diff options
context:
space:
mode:
authorMikael Holmen <mikael.holmen@ericsson.com>2017-11-15 07:46:48 +0000
committerMikael Holmen <mikael.holmen@ericsson.com>2017-11-15 07:46:48 +0000
commit6e60297ee6ba465197db443f8eaa88315ba36ac4 (patch)
treee2d8cb4e63415979e39deb2f3ad71e07d6357001 /llvm/lib/MC/StringTableBuilder.cpp
parent16a91cee6c85ddbcfe9840a89456c97df8700387 (diff)
downloadbcm5719-llvm-6e60297ee6ba465197db443f8eaa88315ba36ac4.tar.gz
bcm5719-llvm-6e60297ee6ba465197db443f8eaa88315ba36ac4.zip
[Lint] Don't warn about passing alloca'd value to tail call if using byval
Summary: This fixes PR35241. When using byval, the data is effectively copied as part of the call anyway, so the pointer returned by the alloca will not be leaked to the callee and thus there is no reason to issue a warning. Reviewers: rnk Reviewed By: rnk Subscribers: Ka-Ka, llvm-commits Differential Revision: https://reviews.llvm.org/D40009 llvm-svn: 318279
Diffstat (limited to 'llvm/lib/MC/StringTableBuilder.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud