[flang-commits] [PATCH] D95388: [flang] Search for #include "file" in right directory

Andrzej Warzynski via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Jan 26 02:43:24 PST 2021


awarzynski added a comment.

Hi  @klausler, thank you for submitting this. This patch updates an API that's used in the new driver:

- FrontendActions <https://github.com/llvm/llvm-project/blob/main/flang/lib/Frontend/FrontendActions.cpp#L31>
- unittests <https://github.com/llvm/llvm-project/blob/main/flang/unittests/Frontend/CompilerInstanceTest.cpp#L50>

As most Flang buildbots build the new driver, this patch has introduced quite a few build failures:

- http://lab.llvm.org:8011/#/builders/32/builds/2642
- http://lab.llvm.org:8011/#/builders/33/builds/2131
- http://lab.llvm.org:8011/#/builders/135/builds/1473
- http://lab.llvm.org:8011/#/builders/66/builds/1559
- http://lab.llvm.org:8011/#/builders/134/builds/1409
- http://lab.llvm.org:8011/#/builders/132/builds/1817


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95388



More information about the flang-commits mailing list