h-vetinari wrote:

Thanks for your inputs @Meinersbur! 
https://github.com/llvm/llvm-project/pull/110217/commits/a03606822b0eaef8efdeb00c4f2c33e1a029f79f
 fixed the compilation issues on linux.

I have another question - when building the runtimes (separately as you 
described), it seems that `-DBUILD_SHARED_LIBS=ON` gets ignored also on linux, 
in the sense that the resulting library is `libflang_rt.a` and not 
`libflang_rt.so`. You had commented that this is a known limitation on windows, 
but AFAIU this should still work on linux (as previously)?

https://github.com/llvm/llvm-project/pull/110217
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to