mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Dump the DependentLibsBlockID, its not a block, its just a list inside the
globals info block. Add an enumerator for getting the number of enumerators so we can range check in assertions. llvm-svn: 15980
This commit is contained in:
parent
e6aace2ecb
commit
0d6613d183
@ -88,9 +88,8 @@ public:
|
||||
// encoded more efficiently.
|
||||
CompactionTableBlockID = 0x08, ///< 1.3 identifier for compaction tables
|
||||
|
||||
// Dependent Libraries - blocks with this id contain strings of library
|
||||
// names, as they might appear on a -l option to the linker.
|
||||
DependentLibsBlockID = 0x09, ///< 1.3 identifier for list of dependent libs
|
||||
// Not a block id, just used to count them
|
||||
NumberOfBlockIDs
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user