This in turn allows us to use #includes with cgo that rely on CMake
provided include directories which is particularly useful for handling
generated headers that aren't reasonable to put in an "installable"
location.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cmake/modules/AddLLVM.cmake | ||
---|---|---|
636 ↗ | (On Diff #17676) | Are you sure you need to set cxxflags? As far as I know, cppflags should be picked up for C and C++. |