diff options
author | Slava Zakharin <szakharin@nvidia.com> | 2022-10-05 12:48:03 -0700 |
---|---|---|
committer | Slava Zakharin <szakharin@nvidia.com> | 2022-10-05 12:59:31 -0700 |
commit | 606245ad542491400a5475c796df86a99f5c8c12 (patch) | |
tree | 8075def8fed6302836af0fe1e6002579bc6326fa /clang/lib/Lex/ModuleMap.cpp | |
parent | 371883f46dc23f8464cbf578e2d12a4f92e61917 (diff) | |
download | llvm-606245ad542491400a5475c796df86a99f5c8c12.zip llvm-606245ad542491400a5475c796df86a99f5c8c12.tar.gz llvm-606245ad542491400a5475c796df86a99f5c8c12.tar.bz2 |
[flang] Fixed build issue after 88f07a736bbc3f0062d7d8f4032f0b54aff5c018
nullptr matches both against ::mlir::UnitAttr and ::mlir::TypeRange,
so the following two candidates fit:
static void mlir::omp::OrderedRegionOp::build(::mlir::OpBuilder &odsBuilder,
::mlir::OperationState &odsState,
/*optional*/::mlir::UnitAttr simd)
static void mlir::omp::OrderedRegionOp::build(::mlir::OpBuilder &odsBuilder,
::mlir::OperationState &odsState,
::mlir::TypeRange resultTypes,
/*optional*/bool simd = false)
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions