tskeith added inline comments.
================ Comment at: flang/tools/f18/f18.cpp:541 driver.debugNoSemantics = true; - } else if (arg == "-funparse") { + } else if (arg == "-funparse" || arg == "-fdebug_unparse") { driver.dumpUnparse = true; ---------------- This should be "-fdebug-unparse" (with a hyphen). That may be why all those tests are failing. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96483/new/ https://reviews.llvm.org/D96483 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits