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

Unified Diff: tools/opt/opt.cpp

Issue 14329025: Check for metadata in PNaCl ABI checker. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: cleanup Created 7 years, 8 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: tools/opt/opt.cpp
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index 26a5e4a3c171bd60d9c460540153f4945b0226a5..7a8ecad92831075bc90e584b4abddc5d89546ef0 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -586,8 +586,6 @@ int main(int argc, char **argv) {
initializeExpandVarArgsPass(Registry);
initializeFlattenGlobalsPass(Registry);
initializeGlobalCleanupPass(Registry);
- initializePNaClABIVerifyFunctionsPass(Registry);
Mark Seaborn 2013/04/25 18:04:32 Why removing from here? This would break when rol
jvoung (off chromium) 2013/04/25 18:09:33 See the comment in Patch Set #1. If I *do* do this
- initializePNaClABIVerifyModulePass(Registry);
initializeResolveAliasesPass(Registry);
initializeStripMetadataPass(Registry);
// @LOCALMOD-END

Powered by Google App Engine
This is Rietveld 408576698