This is an archive of the discontinued LLVM Phabricator instance.

[CUDA, buildbot] Install clang we've just built.
ClosedPublic

Authored by tra on Jul 23 2018, 5:17 PM.

Details

Summary

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.

Event Timeline

tra created this revision.Jul 23 2018, 5:17 PM
tra retitled this revision from [CUDA, test-suite] Install clang we've just built. to [CUDA, buildbot] Install clang we've just built..Jul 23 2018, 5:19 PM
This revision is now accepted and ready to land.Jul 25 2018, 12:01 PM
This revision was automatically updated to reflect the committed changes.