[llvm] [offload] Standalone build fixes (PR #118173)

Michał Górny via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 04:20:10 PST 2024


mgorny wrote:

> What is the understanding of a standalone build here? Would you mind sharing an example CMake invocation? Thank you.

```
cmake -G Ninja .../llvm-project/offload
```

The one indicated by `OPENMP_STANDALONE_BUILD`.

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


More information about the llvm-commits mailing list