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

Unified Diff: toolchain_build/toolchain_build_pnacl.py

Issue 800553003: Update PNaCl to LLVM/Clang/Libcxx 223109 (nacl-change) (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase again Created 5 years, 10 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
Index: toolchain_build/toolchain_build_pnacl.py
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py
index d211309c9559d28adbc3c414f73f385a84fc0111..ff8d836f475ca7bd4eb01fc91b7f1ce82f5c7e56 100755
--- a/toolchain_build/toolchain_build_pnacl.py
+++ b/toolchain_build/toolchain_build_pnacl.py
@@ -225,11 +225,6 @@ def ConfigureHostArchFlags(host, extra_cflags, options, extra_configure=None):
configure_args.extend(['CFLAGS=' + ' '.join(extra_cflags),
'CXXFLAGS=' + ' '.join(extra_cflags)])
else:
- # TODO(jvoung): Remove this after merging LLVM to be cleaner
- # w.r.t. -Winconsistent-missing-override.
- # https://code.google.com/p/nativeclient/issues/detail?id=4026
- if not options.gcc:
- extra_cflags.append('-Wno-inconsistent-missing-override')
configure_args.extend(
['CFLAGS=' + ' '.join(extra_cflags),
'LDFLAGS=-L%(' + GSDJoin('abs_libcxx', host) + ')s/lib',

Powered by Google App Engine
This is Rietveld 408576698