[all-commits] [llvm/llvm-project] f240d3: [mlir] Explicitly qualify Effect to avoid MSVC bui...

River Riddle via All-commits all-commits at lists.llvm.org
Fri Mar 6 19:24:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f240d303c2edf69d6a53691c62da110877ac6bf5
      https://github.com/llvm/llvm-project/commit/f240d303c2edf69d6a53691c62da110877ac6bf5
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M mlir/include/mlir/IR/OpDefinition.h

  Log Message:
  -----------
  [mlir] Explicitly qualify Effect to avoid MSVC build failure

MSVC qualifies the Effect reference contextually depending on where the
template is instantiated, leading to compiler failures if there is a
different Effect class defined.




More information about the All-commits mailing list