It's useful for using clang from tools that may need need to provide SDK files
from non-standard locations.
Clang CLI only provides -ivfsoverlay for include files, but not for the driver's use in general, so there's no
good way to test this yet.
Paths
| Differential D81771
[CUDA,HIP] Use VFS for SDK detection. ClosedPublic Authored by tra on Jun 12 2020, 3:34 PM.
Details
Summary It's useful for using clang from tools that may need need to provide SDK files Clang CLI only provides -ivfsoverlay for include files, but not for the driver's use in general, so there's no
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2020, 5:03 PM Closed by commit rGd700237f1aa1: [CUDA,HIP] Use VFS for SDK detection. (authored by tra). · Explain WhyJun 15 2020, 1:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 270531 clang/lib/Driver/ToolChains/AMDGPU.cpp
clang/lib/Driver/ToolChains/Cuda.cpp
|