llvm
f10dccd4 - [MLIR][SparseTensor] Add #undef FAILURE_IF_FAILED and ERROR_IF (#188685)

Commit
10 days ago
[MLIR][SparseTensor] Add #undef FAILURE_IF_FAILED and ERROR_IF (#188685) Both DimLvlMapParser.cpp and LvlTypeParser.cpp define FAILURE_IF_FAILED and ERROR_IF macros that are never undefined, which can leak into subsequent translation units in unity builds. Add #undef at the end of each file. See https://discourse.llvm.org/t/rfc-enabling-unity-build/90306 for more info. "clauded" not coded
Author
Parents
Loading