[PATCH] D99645: [flang][driver] Add debug options not requiring semantic checks

Arnamoy B via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 31 05:37:00 PDT 2021


arnamoy10 added inline comments.


================
Comment at: flang/test/Parser/omp-allocate-unparse.f90:1
-! RUN: %f18 -fdebug-no-semantics -funparse -fopenmp %s | FileCheck %s
+! RUN: %flang_fc1 -fdebug-unparse-no-sema -fopenmp %s | FileCheck %s
 ! Check Unparsing of OpenMP Allocate directive
----------------
We probably need to add an alias to `f18` to make the two tests succeed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99645/new/

https://reviews.llvm.org/D99645



More information about the cfe-commits mailing list