[all-commits] [llvm/llvm-project] d70023: [CUDA, HIP] Use VFS for SDK detection.
Artem Belevich via All-commits
all-commits at lists.llvm.org
Mon Jun 15 12:55:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d700237f1aa1bc05d584a0f50fdad89370e17987
https://github.com/llvm/llvm-project/commit/d700237f1aa1bc05d584a0f50fdad89370e17987
Author: Artem Belevich <tra at google.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
Log Message:
-----------
[CUDA,HIP] Use VFS for SDK detection.
It's useful for using clang from tools that may need need to provide SDK files
from non-standard locations.
Clang CLI only provides a way to specify VFS for include files, so there's no
good way to test this yet.
Differential Revision: https://reviews.llvm.org/D81771
More information about the All-commits
mailing list