[PATCH] D75370: [test] Fix flang test failures due to not handling .exe

2020-02-28 Thread Eli Friedman via Phabricator via cfe-commits
efriedma added a comment. Do you have any idea why this isn't failing on the public buildbots? There are multiple Windows buildbots that are running these tests (for example, http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64, and http://lab.llvm.org:8011/builders/llvm-clang-x86_64-exp

[PATCH] D75370: [test] Fix flang test failures due to not handling .exe

2020-02-28 Thread Christopher Tetreault via Phabricator via cfe-commits
ctetreau created this revision. Herald added subscribers: cfe-commits, DavidTruby. Herald added a project: clang. ctetreau added reviewers: efriedma, rsmith, peterwaller-arm. - Update flang tests to account for the fact that the binary is called flang.exe on windows Repository: rG LLVM Github