[PATCH] D129156: Add -fpass-plugin option to Flang

Tarun Prabhu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 09:40:55 PDT 2022


tarunprabhu added a comment.

In D129156#3851843 <https://reviews.llvm.org/D129156#3851843>, @awarzynski wrote:

> @tarunprabhu Could you confirm that with the build command above "pass-plugin.f90" is failing for you? It is for me.

The tests still passed. Some relevant output from the test is below (I added the `-DLLVM_LIT_ARGS="-v"` to the configure line).

  UNSUPPORTED: Flang :: Driver/pass-plugin.f90 (1721 of 1809)
  PASS: Flang :: Driver/pass-plugin-not-found.f90 (560 of 1809)
  
  Testing Time: 4.81s
    Unsupported      :   11
    Passed           : 1780
    Expectedly Failed:   18

I am not sure what I am doing differently. This is starting from an empty build directory.


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

https://reviews.llvm.org/D129156



More information about the cfe-commits mailing list