[PATCH] D37937: Introduce the llvm-cfi-verify tool.

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 17:24:27 PDT 2017


vlad.tsyrklevich added inline comments.


================
Comment at: tools/llvm-cfi-verify/llvm-cfi-verify.cpp:153
+  if (!RegisterInfo) {
+    errs() << "RegisterInfo required.\n";
+    return EXIT_FAILURE;
----------------
Could we change these messages to 'Failed to initialize MCRegisterInfo' instead?


https://reviews.llvm.org/D37937





More information about the llvm-commits mailing list