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

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: update clang revision 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
« no previous file with comments | « toolchain_build/pnacl_targetlibs.py ('k') | tools/toolchain_tester/known_failures_pnacl.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: toolchain_build/toolchain_build_pnacl.py
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py
index f2c5ea20438169d753f8d006eaafbaf4a2a893e8..431017b8f877d77e9c75b65a47288d6a2258b6a5 100755
--- a/toolchain_build/toolchain_build_pnacl.py
+++ b/toolchain_build/toolchain_build_pnacl.py
@@ -233,11 +233,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%(' + FlavoredName('abs_libcxx',
« no previous file with comments | « toolchain_build/pnacl_targetlibs.py ('k') | tools/toolchain_tester/known_failures_pnacl.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698