This is a user error:
```
find_package(LLVM REQUIRED)
target_compile_definitions(foo PRIVATE ${LLVM_DEFINITIONS})
```this is undefined behavior AFAIK
This is a user error:
```
find_package(LLVM REQUIRED)
target_compile_definitions(foo PRIVATE ${LLVM_DEFINITIONS})
```this is undefined behavior AFAIK