teak-llvm/llvm/lib/Bitcode
Duncan P. N. Exon Smith 625fda2714 BitcodeWriter: Move abbreviation for DILocation; almost NFC
Simplify ValueEnumerator and WriteModuleMetadata by shifting the logic
for the METADATA_LOCATION abbreviation into WriteDILocation.

The only change is that the abbreviation is emitted later in the
bitcode, just before the first `DILocation` record.  This shouldn't be
observable though.

llvm-svn: 264302
2016-03-24 16:25:51 +00:00
..
Reader Bitcode: Error out instead of crashing on corrupt metadata 2016-03-17 20:12:06 +00:00
Writer BitcodeWriter: Move abbreviation for DILocation; almost NFC 2016-03-24 16:25:51 +00:00
CMakeLists.txt
LLVMBuild.txt
module.modulemap