This is an archive of the discontinued LLVM Phabricator instance.

Made llvm-cfi-verify not execute unit tests on non-x86 builds.
ClosedPublic

Authored by hctim on Oct 23 2017, 10:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hctim created this revision.Oct 23 2017, 10:25 AM
vlad.tsyrklevich added inline comments.
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
132 ↗(On Diff #119895)

nit: Put this in the error handler instead of having it here.

This revision is now accepted and ready to land.Oct 23 2017, 11:02 AM
hctim updated this revision to Diff 119929.Oct 23 2017, 1:37 PM
hctim marked an inline comment as done.

Put unsuccessful initialisation and message in error event handler.

This revision was automatically updated to reflect the committed changes.