Skip to content

Commit 3c8d9e3

Browse files
committed
Doc patch for the branch only.
llvm-svn: 98314
1 parent 406d24b commit 3c8d9e3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

llvm/docs/SourceLevelDebugging.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,10 @@
351351
for source line correspondence.</p>
352352

353353
<p>Each input file is encoded as a separate compile unit in LLVM debugging
354-
information output. However, many target specific tool chains prefer to
355-
encode only one compile unit in an object file. In this situation, the LLVM
356-
code generator will include debugging information entities in the compile
357-
unit that is marked as main compile unit. The code generator accepts maximum
358-
one main compile unit per module. If a module does not contain any main
359-
compile unit then the code generator will emit multiple compile units in the
360-
output object file.</p>
361-
354+
information output. However the code generator emits only one compile unit,
355+
marked as main compile unit, in an object file's debugging information section.
356+
Most of the, if not all, target specific tool chains expect only one compile
357+
unit entry per object file. </p>
362358
</div>
363359

364360
<!-- ======================================================================= -->

0 commit comments

Comments
 (0)