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

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 6 10:36:09 PDT 2021


awarzynski 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
----------------
arnamoy10 wrote:
> We probably need to add an alias to `f18` to make the two tests succeed.
Updated, thank you!


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