[Openmp-commits] [llvm] [openmp] [offload][openmp] - Remove standalone build in favor of 'runtimes' (PR #170693)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 7 10:14:02 PST 2026


jhuber6 wrote:

> Yes, I have installed LLVM and the runtimes build against installed LLVM works just fine without this patch. With this patch, it's broken — either with my "old" setup or with `LLVM_BINARY_DIR` set as discussed above.

You're setting it wrong if you're referring to this:
```
 -DLLVM_BINARY_DIR=/usr/lib/llvm/22/bin
```
You probably meant this unless I'm missing something
```
 -DLLVM_BINARY_DIR=/usr/lib/llvm/22
```

https://github.com/llvm/llvm-project/pull/170693


More information about the Openmp-commits mailing list