[all-commits] [llvm/llvm-project] 3156b5: [MLIR] Fix more gcc-5 build issues from D77528
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Apr 8 06:52:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3156b5422e6c3fd3f05557b32d48d58603df1ff1
https://github.com/llvm/llvm-project/commit/3156b5422e6c3fd3f05557b32d48d58603df1ff1
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
Log Message:
-----------
[MLIR] Fix more gcc-5 build issues from D77528
820c420d4e1c630b5ead285917c6ecdd2f5092ad did not really fix all build
issues by D77528. This gets rid of two unnecessary 'using' declarations.
Differential Revision: https://reviews.llvm.org/D77726
More information about the All-commits
mailing list