[all-commits] [llvm/llvm-project] 1544cf: [mlir] Fix errors in release & no-assert
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Sat Feb 1 09:02:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1544cf2d7cecf61cf3a7d309b7a9fc92ef77c34a
https://github.com/llvm/llvm-project/commit/1544cf2d7cecf61cf3a7d309b7a9fc92ef77c34a
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-02-01 (Sat, 01 Feb 2020)
Changed paths:
M mlir/lib/Transforms/DialectConversion.cpp
Log Message:
-----------
[mlir] Fix errors in release & no-assert
Seen on gcc 8, in release mode & assertions off warnings about logger,
made all statements referencing logger inside LLVM_DEBUG blocks and
ifdef a few variables only used in debug.
This is mechanical fix to get CI green.
More information about the All-commits
mailing list