mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[mlir] silence unused-function warnings in table-generated code
Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D96695
This commit is contained in:
@@ -46,6 +46,11 @@ using namespace mlir;
|
||||
using namespace mlir::LLVM;
|
||||
using namespace mlir::LLVM::detail;
|
||||
|
||||
// The include below has a static function unused in this translation unit,
|
||||
// declare it as such to silence a warning.
|
||||
static LLVM_ATTRIBUTE_UNUSED ::llvm::InlineAsm::AsmDialect
|
||||
convertAsmDialectToLLVM(::mlir::LLVM::AsmDialect value);
|
||||
|
||||
#include "mlir/Dialect/LLVMIR/LLVMConversionEnumsToLLVM.inc"
|
||||
|
||||
/// Builds a constant of a sequential LLVM type `type`, potentially containing
|
||||
|
||||
Reference in New Issue
Block a user