[llvm-commits] CVS: llvm/include/llvm/Bytecode/BytecodeHandler.h

Anton Korobeynikov asl at math.spbu.ru
Fri Jan 12 11:21:22 PST 2007



Changes in directory llvm/include/llvm/Bytecode:

BytecodeHandler.h updated: 1.9 -> 1.10
---
Log message:

* 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)


---
Diffs of the changes:  (+1 -0)

 BytecodeHandler.h |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/include/llvm/Bytecode/BytecodeHandler.h
diff -u llvm/include/llvm/Bytecode/BytecodeHandler.h:1.9 llvm/include/llvm/Bytecode/BytecodeHandler.h:1.10
--- llvm/include/llvm/Bytecode/BytecodeHandler.h:1.9	Thu May  5 17:31:18 2005
+++ llvm/include/llvm/Bytecode/BytecodeHandler.h	Fri Jan 12 13:20:46 2007
@@ -112,6 +112,7 @@
     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)
   ) {}






More information about the llvm-commits mailing list