From d9af383d58ef8b0b4e9a65af862cae61d99ca44c Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Mon, 23 Oct 2017 20:54:01 +0000 Subject: Made llvm-cfi-verify not execute unit tests on non-x86 builds. Patched out from D38427. Reviewers: vlad.tsyrklevich Reviewed By: vlad.tsyrklevich Subscribers: llvm-commits, kcc, pcc, mgorny Differential Revision: https://reviews.llvm.org/D39197 llvm-svn: 316375 --- llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h') diff --git a/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h b/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h index 3c24bcda75c..803eeee97e0 100644 --- a/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h +++ b/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h @@ -171,6 +171,9 @@ private: class UnsupportedDisassembly : public ErrorInfo { public: static char ID; + std::string Text; + + UnsupportedDisassembly(StringRef Text); void log(raw_ostream &OS) const override; std::error_code convertToErrorCode() const override; -- cgit v1.2.3