[all-commits] [llvm/llvm-project] 18111c: [Flang][Driver][OpenMP][Test] Modify one omp-drive...

agozillon via All-commits all-commits at lists.llvm.org
Tue Sep 26 05:13:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18111cafea898b56a614390b312f52ef5a89c962
      https://github.com/llvm/llvm-project/commit/18111cafea898b56a614390b312f52ef5a89c962
  Author: agozillon <Andrew.Gozillon at amd.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M flang/test/Driver/omp-driver-offload.f90

  Log Message:
  -----------
  [Flang][Driver][OpenMP][Test] Modify one omp-driver-offload.f90 command to not incorrectly expect a single output  (#67335)

The test command which tests offloading to multiple device architectures
expects multiple outputs, however, the test as written with the -o
expects a single output result. This change modifies it to not expect a
single output, which allows the command to succeed and allow the removal
of the not prefix.




More information about the All-commits mailing list