[compiler-rt] [ctx_profile] Integration test (PR #92456)
Michał Górny via llvm-commits
llvm-commits at lists.llvm.org
Sat May 18 11:58:20 PDT 2024
mgorny wrote:
> @mgorny on a clean debian bookworm docker image, with cmake 3.25.1, I did this:
I guess you may need a proper multilib system (`lib`+`lib64`) system for that. Debian uses a custom multiarch, I suppose that could cause this.
> Could you share more details on how you build and install, they appear to be essential to being able to repro? Thanks!
I'm using Gentoo Linux amd64. It's literally `ACCEPT_KEYWORDS=** emerge -1v compiler-rt-sanitizers`.
https://github.com/llvm/llvm-project/pull/92456
More information about the llvm-commits
mailing list