[PATCH] D108390: [flang] Refine output file generation

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 20 02:22:56 PDT 2021


awarzynski added a subscriber: Meinersbur.
awarzynski added a comment.

I reverted this as our Windows buildbot was failing [1]. I'm not sure what went wrong, I used %errc_ENOENT <https://llvm.org/docs/TestingGuide.html#substitutions> in output-paths.f90, so this shouldn't really happen:

  C:\Users\buildbot-worker\minipc-ryzen-win\flang-x86_64-windows\build\tools\flang\test\Driver\Output\output-paths.f90.tmp:1:1: note: with "MSG" equal to "No such file or directory"
  error: unable to open output file 'C:\Users\buildbot-worker\minipc-ryzen-win\flang-x86_64-windows\build\tools\flang\test\Driver\Output\output-paths.f90.tmp.doesnotexist/somename': 'no such file or directory'

@Meinersbur , would you be able to take a look? Thank you!

[1] https://lab.llvm.org/buildbot/#/builders/172/builds/2077


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108390/new/

https://reviews.llvm.org/D108390



More information about the llvm-commits mailing list