forked from OSchip/llvm-project
parent
51d7e88583
commit
985e1b933d
llvm/docs
|
@ -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