[compiler-rt] [ctx_profile] Integration test (PR #92456)
Michał Górny via llvm-commits
llvm-commits at lists.llvm.org
Sat May 18 22:31:21 PDT 2024
mgorny wrote:
> > I'm going to try to find a simpler reproducer.
>
> Thanks - I want to make sure I understand what substitutions to add (likely that's what I need to do in the lit.config.py)
Ok, could you try if you can reproduce if you do a monorepo build with:
```
cmake -G Ninja <source>/llvm -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_CCACHE_BUILD=ON -DLLVM_TARGETS_TO_BUILD=host -DLLVM_ENABLE_PROJECTS='clang;compiler-rt' -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF
```
(`-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF` should be the key option, the rest is just my "quick build" defaults)
https://github.com/llvm/llvm-project/pull/92456
More information about the llvm-commits
mailing list