This fixes a FIXME in the dwarf writer: different landing pads
may have the same actions, but a new action entry was being
written for each one. With this patch only distinct actions
are written. I was inspired to do this after noticing that
the same action was being output 24 times in an example
Changes in directory llvm:
CREDITS.TXT updated: 1.80 -> 1.81
---
Log message:
Update
---
Diffs of the changes: (+2 -1)
CREDITS.TXT |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/CREDITS.TXT
diff -u llvm/CREDITS.TXT:1.80 llvm/CREDITS.TXT:1.81
--- llvm/CREDITS.TXT:
>> 3. There are some portability issues with alloca, as you noticed.
> This needs to be investigated. "_alloca" is in libgcc and, in fact is
> compiled from the same source for both cygwin & mingw. It should be also
> exported from cygwin1.dll, but I don't know, what will be the name in
> this case
Could someone please apply this patch to the DevMtgMay2007.html page? It
seems that a talk was removed without updating this. It's pushing the
last talk right 1 column in old Mozilla.
Nick
--- DevMtgMay2007.html.orig 2007-05-20 22:08:26.0 -0400
+++ DevMtgMay2007.html 2007-05-20 22:09
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.145 -> 1.146
---
Log message:
patch from Nick Lewycky
---
Diffs of the changes: (+2 -2)
DevMtgMay2007.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/DevMtg