[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Sun Apr 29 11:35:38 PDT 2007



Changes in directory llvm/lib/Target:

TargetAsmInfo.cpp updated: 1.23 -> 1.24
---
Log message:

Implement protected visibility. This partly implements PR1363: http://llvm.org/PR1363 . Linker 
should be taught to deal with protected symbols.


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

 TargetAsmInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.23 llvm/lib/Target/TargetAsmInfo.cpp:1.24
--- llvm/lib/Target/TargetAsmInfo.cpp:1.23	Mon Apr 23 15:00:17 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp	Sun Apr 29 13:35:00 2007
@@ -74,6 +74,7 @@
   UsedDirective(0),
   WeakRefDirective(0),
   HiddenDirective("\t.hidden\t"),
+  ProtectedDirective("\t.protected\t"),
   AbsoluteSectionOffsets(false),
   HasLEB128(false),
   HasDotLoc(false),






More information about the llvm-commits mailing list