mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Fix debuginfo-tests/llvm-prettyprinters build after MLIR API change in e6260ad043 (NFC)
This commit is contained in:
@@ -26,7 +26,7 @@ mlir::Type TupleType =
|
||||
auto UnknownLoc = mlir::UnknownLoc::get(&Context);
|
||||
auto FileLineColLoc = mlir::FileLineColLoc::get("file", 7, 8, &Context);
|
||||
auto OpaqueLoc = mlir::OpaqueLoc::get<uintptr_t>(9, &Context);
|
||||
auto NameLoc = mlir::NameLoc::get(Identifier, &Context);
|
||||
auto NameLoc = mlir::NameLoc::get(Identifier);
|
||||
auto CallSiteLoc = mlir::CallSiteLoc::get(FileLineColLoc, OpaqueLoc);
|
||||
auto FusedLoc = mlir::FusedLoc::get({FileLineColLoc, NameLoc}, &Context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user