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

Mats Petersson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 5 11:05:09 PDT 2022


MatsPetersson added a comment.

In D129156#3836895 <https://reviews.llvm.org/D129156#3836895>, @tarunprabhu wrote:

> In D129156#3836838 <https://reviews.llvm.org/D129156#3836838>, @clementval wrote:
>
>> I probably didn't copy the error correctly .. this is the correct libs that is not found `llvm-project/build/lib/Bye.so`
>
> I need some help with this.
>
> The failing build is building flang out-of-tree. It looks like %llvmshlibdir/ does not get set correctly in this case. Bye.so is located in %llvmshlibdir which is within the LLVM build directory.
>
> Do you know if there is a way to tell the test-suite about %llvmshlibdir?

I'm fairly sure it is not a "out of tree" build, I'm seeing the same problem building in tree.
As far as I can see, there's nothing creatubg a "Bye.so" plugin. Maybe I'm missing something tho'


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129156



More information about the cfe-commits mailing list