mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-18 17:59:45 +00:00
Some grammar fixes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
18bb0545ff
commit
00a3e5e724
@ -231,9 +231,8 @@ produced it.
|
|||||||
|
|
||||||
Compile unit descriptors provide the root context for objects declared in a
|
Compile unit descriptors provide the root context for objects declared in a
|
||||||
specific compilation unit. File descriptors are defined using this context.
|
specific compilation unit. File descriptors are defined using this context.
|
||||||
These descriptors are collected by a named metadata ``!llvm.dbg.cu``. Compile
|
These descriptors are collected by a named metadata ``!llvm.dbg.cu``. They
|
||||||
unit descriptor keeps track of subprograms, global variables and type
|
keep track of subprograms, global variables and type information.
|
||||||
information.
|
|
||||||
|
|
||||||
.. _format_files:
|
.. _format_files:
|
||||||
|
|
||||||
@ -278,7 +277,7 @@ Global variable descriptors
|
|||||||
{}* ;; Reference to the global variable
|
{}* ;; Reference to the global variable
|
||||||
}
|
}
|
||||||
|
|
||||||
These descriptors provide debug information about globals variables. The
|
These descriptors provide debug information about globals variables. They
|
||||||
provide details such as name, type and where the variable is defined. All
|
provide details such as name, type and where the variable is defined. All
|
||||||
global variables are collected inside the named metadata ``!llvm.dbg.cu``.
|
global variables are collected inside the named metadata ``!llvm.dbg.cu``.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user