Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: pnacl/support/clang_direct/crtbegin.c

Issue 639113003: Add nacl-clang testing to SCons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: ncbray comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
/*
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/naclsdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698