[all-commits] [llvm/llvm-project] 76ce47: Move AsmParser::parseTypeList() out-of-line (NFC)

Mehdi Amini via All-commits all-commits at lists.llvm.org
Tue Sep 26 20:08:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76ce4736721a6e9030210bda6df0ad8a8f478a19
      https://github.com/llvm/llvm-project/commit/76ce4736721a6e9030210bda6df0ad8a8f478a19
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M mlir/include/mlir/IR/OpImplementation.h
    M mlir/lib/IR/AsmPrinter.cpp

  Log Message:
  -----------
  Move AsmParser::parseTypeList() out-of-line (NFC)

There is an ABI incompatibility between clang and gcc that is unfortunate and
has bitten users multiple times already.

Fixes #62918




More information about the All-commits mailing list