[PATCH] D38379: Classify llvm-cfi-verify.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 11:38:25 PDT 2017
hctim reopened this revision.
hctim added a comment.
This revision is now accepted and ready to land.
Reopened for resubmission as it was rolled back in https://reviews.llvm.org/rL315370.
Fixed the unused variable warning when assertions are disabled.
Also realised that unit tests were being //built// as part of `check-*` but not executed. Have integrated the unit tests into `check-*` build targets (required a reasonable refactor of file locations and the associated build file changes).
Repository:
rL LLVM
https://reviews.llvm.org/D38379
More information about the llvm-commits
mailing list