This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c2d6170 Minor changes in x86 intrinsics headers; NFC new 29df057 [CUDA] Driver changes to support CUDA compilation on MacOS. new 6e52c89 [CUDA] Initialize our header search using the host triple. new 852cb69 [CUDA] Use the right section and constant names for fatbins w [...] new b42f77f [CUDA] Wrapper header changes necessary to support MacOS.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Driver/ToolChain.h | 1 + lib/CodeGen/CGCUDANV.cpp | 11 +- lib/Driver/Driver.cpp | 29 +++-- lib/Driver/ToolChains.cpp | 140 ++++++++++++++------ lib/Driver/ToolChains.h | 141 ++++++++++++--------- lib/Driver/Tools.cpp | 2 +- lib/Frontend/CompilerInstance.cpp | 11 +- lib/Headers/__clang_cuda_cmath.h | 7 +- lib/Headers/__clang_cuda_runtime_wrapper.h | 9 ++ .../{CUDA => CUDA-macosx}/usr/local/cuda/bin/.keep | 0 .../usr/local/cuda/include}/.keep | 0 .../bin => CUDA-macosx/usr/local/cuda/lib}/.keep | 0 .../cuda/nvvm/libdevice/libdevice.compute_30.10.bc | 0 .../cuda/nvvm/libdevice/libdevice.compute_35.10.bc | 0 test/Driver/cuda-detect.cu | 28 +++- test/Driver/cuda-external-tools.cu | 11 +- test/Driver/cuda-macosx.cu | 8 ++ test/Preprocessor/cuda-macos-includes.cu | 13 ++ 18 files changed, 291 insertions(+), 120 deletions(-) copy test/Driver/Inputs/{CUDA => CUDA-macosx}/usr/local/cuda/bin/.keep (100%) copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA-macosx/usr/local/cuda/inc [...] copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA-macosx/usr/local/cuda/lib [...] copy test/Driver/Inputs/{CUDA => CUDA-macosx}/usr/local/cuda/nvvm/libdevice/libdev [...] copy test/Driver/Inputs/{CUDA => CUDA-macosx}/usr/local/cuda/nvvm/libdevice/libdev [...] create mode 100644 test/Driver/cuda-macosx.cu create mode 100644 test/Preprocessor/cuda-macos-includes.cu