[PATCH] D94805: [flang][driver] Update PP tests to use the new driver
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 03:06:58 PST 2021
awarzynski added inline comments.
================
Comment at: flang/test/Flang-Driver/code-gen.f90:1-5
+! RUN: not %flang %s 2>&1 | FileCheck %s --check-prefix=ERROR
+! RUN: not %flang -c %s 2>&1 | FileCheck %s --check-prefix=ERROR
+! RUN: not %flang -emit-obj %s 2>&1 | FileCheck %s --check-prefix=ERROR
+! RUN: not %flang -fc1 -emit-obj %s 2>&1 | FileCheck %s --check-prefix=ERROR
----------------
I'm guessing that this was added by accident ;-) Don't forget to revert before committing to `main`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94805/new/
https://reviews.llvm.org/D94805
More information about the llvm-commits
mailing list