[all-commits] [llvm/llvm-project] 764f54: Rename options --cuda-gpu-arch and --no-cuda-gpu-arch
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Mon Mar 30 17:41:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 764f54bb857b0fbc6742f306b09f640e0043791d
https://github.com/llvm/llvm-project/commit/764f54bb857b0fbc6742f306b09f640e0043791d
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
Rename options --cuda-gpu-arch and --no-cuda-gpu-arch
Per discussion
http://lists.llvm.org/pipermail/llvm-dev/2017-February/109930.html
Rename -cuda-gpu-arch and --no-cuda-gpu-arch to
--offload-arch and --no-offload-arch.
The original options will be alias to the new options.
Differential Revision: https://reviews.llvm.org/D76987
More information about the All-commits
mailing list