mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
DI: Fixup global syntax in example
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1225b7a30a
commit
f13b76b94f
@ -887,7 +887,7 @@ a C/C++ front-end would generate the following descriptors:
|
||||
;;
|
||||
;; Define the global itself.
|
||||
;;
|
||||
%MyGlobal = global int 100
|
||||
@MyGlobal = global i32 100, align 4
|
||||
...
|
||||
;;
|
||||
;; List of debug info of globals
|
||||
|
Loading…
Reference in New Issue
Block a user