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



_______________________________________________
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to