[compiler-rt] [ctx_profile] Integration test (PR #92456)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Sat May 18 11:02:53 PDT 2024
mtrofin wrote:
@mgorny on a clean debian bookworm docker image, with cmake 3.25.1, I did this:
(monorepo)
```
mkdir build && cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;compiler-rt" ../llvm
sudo ninja install
```
this installed `/usr/local/lib/clang/19/lib/x86_64-unknown-linux-gnu/libclang_rt.ctx_profile.a` - so still no suffix.
Could you share more details on how you build and install, they appear to be essential to being able to repro? Thanks!
https://github.com/llvm/llvm-project/pull/92456
More information about the llvm-commits
mailing list