[flang-commits] [PATCH] D129156: Add -fpass-plugin option to Flang
    Tarun Prabhu via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed Oct  5 07:33:55 PDT 2022
    
    
  
tarunprabhu added a comment.
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?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129156/new/
https://reviews.llvm.org/D129156
    
    
More information about the flang-commits
mailing list