]> granicus.if.org Git - clang/commit
Small fix for bug 18635.
authorAlexander Musman <alexander.musman@gmail.com>
Fri, 26 Sep 2014 06:28:25 +0000 (06:28 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Fri, 26 Sep 2014 06:28:25 +0000 (06:28 +0000)
commitb6aad17e4532ba8badcb3c2d8e4f740824bf3712
treeaf09ff8635086d3f3093822b92e00cec1529e305
parent8602f3c5641ff9bf34f8bea0952b9384d2139d00
Small fix for bug 18635.
(clang crashed in CodeGen in llvm::Module::getNamedValue on
 thread_local std::unique_ptr<int>).
Differential Revision: http://reviews.llvm.org/D5353

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218503 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ItaniumCXXABI.cpp
test/CodeGenCXX/pr18635.cpp [new file with mode: 0644]