[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineModuleInfo.h
Anton Korobeynikov
asl at math.spbu.ru
Sat May 12 15:36:48 PDT 2007
Changes in directory llvm/include/llvm/CodeGen:
MachineModuleInfo.h updated: 1.12 -> 1.13
---
Log message:
More DWARF-related things cleanup:
1. Fix PR1380: http://llvm.org/PR1380
2. Apply Duncan's patch from PR1410: http://llvm.org/PR1410
3. Insert workaround for "one personality function per module" as noted in PR1414: http://llvm.org/PR1414
4. Emit correct debug frames for x86/linux. This partly fixes DebugInfo/2006-11-06-StackTrace.cpp: stack trace is
shown correctly, but arguments for function on top of stack are displayed incorrectly.
---
Diffs of the changes: (+1 -0)
MachineModuleInfo.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/CodeGen/MachineModuleInfo.h
diff -u llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.12 llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.13
--- llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.12 Thu May 10 17:34:59 2007
+++ llvm/include/llvm/CodeGen/MachineModuleInfo.h Sat May 12 17:36:25 2007
@@ -1020,6 +1020,7 @@
//
std::vector<GlobalVariable *> TypeInfos;
+ Function *Personality;
public:
static char ID; // Pass identification, replacement for typeid
More information about the llvm-commits
mailing list