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

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu Apr 12 11:33:32 PDT 2007



Changes in directory llvm/include/llvm/Bytecode:

BytecodeHandler.h updated: 1.17 -> 1.18
---
Log message:

Implement the "thread_local" keyword.


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

 BytecodeHandler.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/Bytecode/BytecodeHandler.h
diff -u llvm/include/llvm/Bytecode/BytecodeHandler.h:1.17 llvm/include/llvm/Bytecode/BytecodeHandler.h:1.18
--- llvm/include/llvm/Bytecode/BytecodeHandler.h:1.17	Wed Feb 14 20:26:09 2007
+++ llvm/include/llvm/Bytecode/BytecodeHandler.h	Thu Apr 12 13:32:50 2007
@@ -112,7 +112,8 @@
     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)
+    unsigned initSlot,         ///< Slot number of GV's initializer (0 if none)
+    bool isThreadLocal        ///< Whether the GV is thread local or not
   ) {}
 
   /// This method is called when a type list is recognized. It simply






More information about the llvm-commits mailing list