[all-commits] [llvm/llvm-project] 46f08a: [flang] Fix RUN line in test from 3e782ba
Diana via All-commits
all-commits at lists.llvm.org
Fri Jun 10 04:39:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46f08a4ee0e9169fdc153e2e4f9a5bb695372b27
https://github.com/llvm/llvm-project/commit/46f08a4ee0e9169fdc153e2e4f9a5bb695372b27
Author: Diana Picus <diana.picus at linaro.org>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M flang/test/Driver/parse-ir-error.f95
Log Message:
-----------
[flang] Fix RUN line in test from 3e782ba
The current RUN line leaves a parse-ir-error.s file around, which might
confuse the buildbots. Direct the output into the void instead (although
it would probably be better to direct it to FileCheck).
More information about the All-commits
mailing list