aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Format.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode/Format.h')
-rw-r--r--include/llvm/Bytecode/Format.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h
index 55f8befa3b..5620aa7211 100644
--- a/include/llvm/Bytecode/Format.h
+++ b/include/llvm/Bytecode/Format.h
@@ -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
};
};