git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254769
91177308-0d34-0410-b5e6-
96231b3b80d8
#define LLVM_TOOLS_LLVM_READOBJ_LLVM_READOBJ_H
#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Compiler.h"
#include <string>
namespace llvm {
}
// Various helper functions.
- void reportError(Twine Msg);
+ LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg);
void error(std::error_code ec);
bool relocAddressLess(object::RelocationRef A,
object::RelocationRef B);