]> granicus.if.org Git - clang/commit
[modules] Don't waste time reading in the names the module file writer gave to blocks...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 Sep 2015 17:45:54 +0000 (17:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 Sep 2015 17:45:54 +0000 (17:45 +0000)
commit4145aac359e279d095c9fac3fa41218bde867ba2
treeb577340ce45acac252a6d98f6544f25758b2734d
parent3b304531b77b2a672da182dedfae39c97344e1eb
[modules] Don't waste time reading in the names the module file writer gave to blocks. We don't need these names, and decoding the corresponding bitcode has a significant cost.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp