brintos

brintos / llvm-project-archived public Read only

0
0
Text · 524 B · e99a1e7 Raw
13 lines · plain
1! Verify that registerMLIRContextCLOptions, registerPassManagerCLOptions and2! registerAsmPrinterCLOptions `-mmlir` options  are available to the driver.3 4! RUN: %flang_fc1  -mmlir --help | FileCheck %s --check-prefix=MLIR5 6! MLIR: flang (MLIR option parsing) [options]7! Registered via registerPassManagerCLOptions8! MLIR: --mlir-pass-pipeline-local-reproducer9! Registered via registerAsmPrinterCLOptions10! MLIR: --mlir-print-local-scope11! Registered via registerMLIRContextCLOptions12! MLIR: --mlir-print-op-on-diagnostic13