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

Unified Diff: pnacl/prune_test.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 | « pnacl/driver/tests/path_length_test.py ('k') | toolchain_build/pnacl_targetlibs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/prune_test.py
diff --git a/pnacl/prune_test.py b/pnacl/prune_test.py
index 89398c4fac648675563eadbbe23305f016f1fc9b..136b6adc0258c94acf5ff074fb5f9c7683849d3c 100755
--- a/pnacl/prune_test.py
+++ b/pnacl/prune_test.py
@@ -140,7 +140,8 @@ class TestTranslatorPruned(unittest.TestCase):
'MCAsmLexer', '::AsmLexer',
# Gigantic Asm MatchTable (globbed for all targets),
'MatchTable',
- 'PBQP',
+ # Pruned out PBQP mostly, except the getCustomPBQPConstraints virtual.
+ 'RegAllocPBQP', 'PBQP::RegAlloc',
# Can only check *InstPrinter::print*, not *::getRegisterName():
# https://code.google.com/p/nativeclient/issues/detail?id=3326
'ARMInstPrinter::print', 'X86.*InstPrinter::print',
« no previous file with comments | « pnacl/driver/tests/path_length_test.py ('k') | toolchain_build/pnacl_targetlibs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698