================ @@ -0,0 +1,7 @@ +! Check that the driver passes through -finit-local-zero: +! RUN: %flang -### -S -finit-local-zero %s -o - 2>&1 | FileCheck %s + +! Check that the compiler accepts -finit-local-zero: +! RUN: %flang_fc1 -emit-hlfir -finit-local-zero %s -o /dev/null ---------------- NimishMishra wrote:
Thanks. I have changed this to use `-fsyntax-only`. Is that okay? https://github.com/llvm/llvm-project/pull/159788 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
