| Index: pnacl/support/clang_direct/crtbegin.c
|
| diff --git a/pnacl/support/clang_direct/crtbegin.c b/pnacl/support/clang_direct/crtbegin.c
|
| index 6ba52880d71a1ba369ebc85f0f71a1ac9c4ceaa0..1195564ec166a49f3d091f4fb5815c7107686cdf 100644
|
| --- a/pnacl/support/clang_direct/crtbegin.c
|
| +++ b/pnacl/support/clang_direct/crtbegin.c
|
| @@ -8,9 +8,6 @@
|
| * This is nacl-clang's crtbegin file (crtbegin.o, crtbeginS.o, crtbeginT.o).
|
| * Currently we only support static linking and it only supports being used
|
| * as crtbeginT.o (see __dso_handle below).
|
| - * Currently it is also just an aggregation of what PNaCl uses, and is enough
|
| - * to compile our tests, but in particular C++ EH doesn't work yet.
|
| - * TODO(dschuff): Make EH work.
|
| */
|
|
|
| /*
|
|
|