[all-commits] [llvm/llvm-project] 3df97b: Fix GCC 5 MLIR Build (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Jan 18 22:44:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3df97bfebc8e98f1e688089a1b7e38e4ce150bf9
https://github.com/llvm/llvm-project/commit/3df97bfebc8e98f1e688089a1b7e38e4ce150bf9
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M mlir/lib/Parser/Parser.cpp
Log Message:
-----------
Fix GCC 5 MLIR Build (NFC)
Try to fix the error:
mlir/lib/Parser/Parser.cpp:553:14: error: cannot call member function 'mlir::InFlightDiagnostic mlir::detail::Parser::emitError(llvm::SMLoc, const llvm::Twine&)' without object
<< "operation location alias was never defined";
More information about the All-commits
mailing list