[all-commits] [llvm/llvm-project] 30e7cd: [clang] Remove legacy -m(no)-code-object-v3 options
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Mon Mar 27 00:34:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30e7cd48778b3fbbf41b666f40423297c3b19d96
https://github.com/llvm/llvm-project/commit/30e7cd48778b3fbbf41b666f40423297c3b19d96
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/CommonArgs.cpp
R clang/test/Driver/amdgpu-features-as.s
M clang/test/Driver/amdgpu-features.c
M clang/test/Driver/hip-code-object-version.hip
Log Message:
-----------
[clang] Remove legacy -m(no)-code-object-v3 options
Code object V2 and V3 have been deprecated for a long time.
They're now scheduled to be removed completely from LLVM in the coming weeks/months.
There is no reason to support those legacy options anymore as they've
also been deprecated for a long time.
Reviewed By: #amdgpu, yaxunl, artem.tamazov
Differential Revision: https://reviews.llvm.org/D145671
More information about the All-commits
mailing list