File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,12 +281,12 @@ Adding a derived type
281
281
282
282
add ability to parse in the type from text assembly
283
283
284
- #. ``llvm/lib/BitCode /Writer/Writer.cpp ``:
284
+ #. ``llvm/lib/Bitcode /Writer/Writer.cpp ``:
285
285
286
286
modify ``void BitcodeWriter::outputType(const Type *T) `` to serialize your
287
287
type
288
288
289
- #. ``llvm/lib/BitCode /Reader/Reader.cpp ``:
289
+ #. ``llvm/lib/Bitcode /Reader/Reader.cpp ``:
290
290
291
291
modify ``const Type *BitcodeReader::ParseType() `` to read your data type
292
292
Original file line number Diff line number Diff line change @@ -1074,7 +1074,7 @@ different `tools`_.
1074
1074
This directory holds the source code for the LLVM assembly language parser
1075
1075
library.
1076
1076
1077
- ``llvm/lib/BitCode / ``
1077
+ ``llvm/lib/Bitcode / ``
1078
1078
1079
1079
This directory holds code for reading and write LLVM bitcode.
1080
1080
You can’t perform that action at this time.
0 commit comments