[PATCH] D145671: [clang] Remove legacy -m(no)-code-object-v3 options
Pierre van Houtryve via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 9 01:05:22 PST 2023
Pierre-vh created this revision.
Pierre-vh added reviewers: arsenm, foad, kzhuravl, rampitec.
Herald added subscribers: kosarev, StephenFan, kerbowa, jvesely.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, wdng.
Herald added a project: clang.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145671
Files:
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/test/Driver/amdgpu-features-as.s
clang/test/Driver/amdgpu-features.c
clang/test/Driver/hip-code-object-version.hip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145671.503680.patch
Type: text/x-patch
Size: 7987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230309/3831ffa1/attachment.bin>
More information about the cfe-commits
mailing list