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

Evan Cheng evan.cheng at apple.com
Fri Dec 1 12:47:28 PST 2006



Changes in directory llvm/lib/Target:

TargetAsmInfo.cpp updated: 1.10 -> 1.11
---
Log message:

Add weak reference directive.

---
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.10 llvm/lib/Target/TargetAsmInfo.cpp:1.11
--- llvm/lib/Target/TargetAsmInfo.cpp:1.10	Tue Nov 28 13:52:20 2006
+++ llvm/lib/Target/TargetAsmInfo.cpp	Fri Dec  1 14:47:11 2006
@@ -61,6 +61,7 @@
   COMMDirectiveTakesAlignment(true),
   HasDotTypeDotSizeDirective(true),
   UsedDirective(0),
+  WeakRefDirective(0),
   HasLEB128(false),
   HasDotLoc(false),
   HasDotFile(false),






More information about the llvm-commits mailing list