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); |
} |