Skip to content

Commit

Permalink
[Codegen][NFC] Remove duplicate c++ constants. (iree-org#19340)
Browse files Browse the repository at this point in the history
The constant is defined in
[IREECodegenAttrs.h](https://github.com/iree-org/iree/blob/f2abfa8b5bdf17ad363cad0af198278c2e700113/compiler/src/iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.h#L41).
The revision removes the one in the `.cpp` file.

Signed-off-by: hanhanW <[email protected]>
  • Loading branch information
hanhanW authored Dec 3, 2024
1 parent a767061 commit 6ff85df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "iree/compiler/Codegen/Dialect/Codegen/IR/IREECodegenAttrs.cpp.inc"
#include "iree/compiler/Codegen/Dialect/Codegen/IR/LoweringConfigEnums.cpp.inc"

static const char kConfigAttrName[] = "lowering_config";
static const char kTranslationInfoAttrName[] = "translation_info";
static const char kCompilationInfoAttrName[] = "compilation_info";

Expand Down

0 comments on commit 6ff85df

Please sign in to comment.