Chromium Code Reviews

Unified Diff: include/llvm/Analysis/NaCl.h

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.
Jump to:
View side-by-side diff with in-line comments
Index: include/llvm/Analysis/NaCl.h
diff --git a/include/llvm/Analysis/NaCl.h b/include/llvm/Analysis/NaCl.h
index 722b4bd7a60db2e991057c4e9d3d333e988f9510..6566ca9429013c497567ffcb98a7aae0154a2ab9 100644
--- a/include/llvm/Analysis/NaCl.h
+++ b/include/llvm/Analysis/NaCl.h
@@ -58,8 +58,10 @@ class PNaClABIErrorReporter {
bool UseFatalErrors;
};
-FunctionPass *createPNaClABIVerifyFunctionsPass(PNaClABIErrorReporter * Reporter);
-ModulePass *createPNaClABIVerifyModulePass(PNaClABIErrorReporter * Reporter);
+FunctionPass *createPNaClABIVerifyFunctionsPass(
+ PNaClABIErrorReporter *Reporter, bool AllowDebugMetadata);
+ModulePass *createPNaClABIVerifyModulePass(
+ PNaClABIErrorReporter *Reporter, bool AllowDebugMetadata);
}
« no previous file with comments | « no previous file | lib/Analysis/NaCl/PNaClABIVerifyFunctions.cpp » ('j') | lib/Analysis/NaCl/PNaClABIVerifyFunctions.cpp » ('J')

Powered by Google App Engine