Installation is needed for clang to properly find libc++.
Due to the way CUDA headers are handled it's currently impossible to
add libc++ headers to include path without breaking CUDA compilation.
The only way to make it work is to rely on clang picking libc++
installed along with it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM