[all-commits] [llvm/llvm-project] 6ed88a: [CUDA] Accept -x cu to indicate language is CUDA, ...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Thu Apr 9 13:09:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ed88afd780cc2cd04e50e25c5d3ffafc07b1c1b
https://github.com/llvm/llvm-project/commit/6ed88afd780cc2cd04e50e25c5d3ffafc07b1c1b
Author: ADRA <plugin2adra at gmail.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M clang/lib/Driver/Types.cpp
M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
Log Message:
-----------
[CUDA] Accept -x cu to indicate language is CUDA, transfer CUDA language flag to header-file arguments
Summary:
* accept -x cu to indicate language is CUDA
* transfer CUDA language flag to header-file arguments
Differential Revision: https://reviews.llvm.org/D77451
More information about the All-commits
mailing list