ROCm / ROCm-CompilerSupport

The compiler support repository provides various Lightning Compiler related services.
47 stars 31 forks source link

Link additional required LLVM libraries #25

Closed candrews closed 7 months ago

candrews commented 4 years ago

Without these additional required dependencies, linking fails with errors such as: undefined reference to llvm::errs()'

Originally reported at: https://bugs.gentoo.org/711006

candrews commented 4 years ago

This PR is an updated version of https://github.com/RadeonOpenCompute/ROCm-CompilerSupport/pull/19

lamb-j commented 7 months ago

@candrews @littlewu2508 Do we know if this is still an issue for Gentoo? @littlewu2508 you've been building for Gentoo recently right?

littlewu2508 commented 7 months ago

This is no longer an issue for Gentoo, which is fixed by 5495595234e8fb7b1715429cfa41fe6d9c0e710c

lamb-j commented 7 months ago

PR no longer needed as mentioned above