Patched out from D38427.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp | ||
---|---|---|
132 ↗ | (On Diff #119895) | nit: Put this in the error handler instead of having it here. |
Paths
| Differential D39197
Made llvm-cfi-verify not execute unit tests on non-x86 builds. ClosedPublic Authored by hctim on Oct 23 2017, 10:25 AM.
Details
Diff Detail
Event Timelinevlad.tsyrklevich added inline comments.
This revision is now accepted and ready to land.Oct 23 2017, 11:02 AM hctim marked an inline comment as done. Comment ActionsPut unsuccessful initialisation and message in error event handler. Closed by commit rL316375: Made llvm-cfi-verify not execute unit tests on non-x86 builds. (authored by hctim). · Explain WhyOct 23 2017, 1:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 119932 llvm/trunk/tools/llvm-cfi-verify/lib/FileAnalysis.h
llvm/trunk/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
llvm/trunk/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
|