================
@@ -240,11 +240,19 @@ def CallConvLowering : Pass<"cir-call-conv-lowering",
"mlir::ModuleOp"> {
let dependentDialects = ["cir::CIRDialect"];
let options = [
Option<"target", "target", "std::string", /*default=*/"\"\"",
- "Target whose ABI rules drive classification (currently: test)">,
+ "Target whose ABI rules drive classification (test, x86_64)">,
----------------
adams381 wrote:
Made `target` an enum option with `clEnumValN`. No more name table or
hand-parsing.
https://github.com/llvm/llvm-project/pull/209636
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits