mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-03 11:24:18 +00:00
* PIC codegen for X86/Linux has been implemented
* PIC-aware internal structures in X86 Codegen have been refactored * Visibility (default/weak) has been added * Docs fixes (external weak linkage, visibility, formatting) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -112,6 +112,7 @@ public:
|
||||
const Type* ElemType, ///< The type of the global variable
|
||||
bool isConstant, ///< Whether the GV is constant or not
|
||||
GlobalValue::LinkageTypes,///< The linkage type of the GV
|
||||
GlobalValue::VisibilityTypes,///< The visibility style of the GV
|
||||
unsigned SlotNum, ///< Slot number of GV
|
||||
unsigned initSlot ///< Slot number of GV's initializer (0 if none)
|
||||
) {}
|
||||
|
Reference in New Issue
Block a user