[all-commits] [llvm/llvm-project] 1dac07: Fix MLIR standalone example to properly handle nam...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Sep 14 14:04:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1dac073bdd95799ae2f3a40ba2073c34fd037f1b
https://github.com/llvm/llvm-project/commit/1dac073bdd95799ae2f3a40ba2073c34fd037f1b
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M mlir/examples/standalone/include/Standalone/StandaloneDialect.h
M mlir/examples/standalone/include/Standalone/StandaloneDialect.td
M mlir/examples/standalone/include/Standalone/StandaloneOps.h
M mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp
Log Message:
-----------
Fix MLIR standalone example to properly handle namespace
ODS TableGen backend now requires to spell out which namespace they have
to be nested in, in an absolute way.
More information about the All-commits
mailing list