#pragma once // // This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Support/CommandLine.h" namespace revng::options { // Enabled by default. extern llvm::cl::opt EnableStackFrameInlining; } // namespace revng::options