[PATCH] D39197: Made llvm-cfi-verify not execute unit tests on non-x86 builds.

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 11:04:43 PDT 2017


vlad.tsyrklevich accepted this revision.
vlad.tsyrklevich added inline comments.
This revision is now accepted and ready to land.


================
Comment at: unittests/tools/llvm-cfi-verify/GraphBuilder.cpp:132
+      handleAllErrors(std::move(Err), [](const UnsupportedDisassembly &E) {});
+      SuccessfullyInitialised = false;
+      outs() << "Note: CFIVerifyTests are disabled due to lack of x86 support "
----------------
nit: Put this in the error handler instead of having it here.


https://reviews.llvm.org/D39197





More information about the llvm-commits mailing list