[PATCH] D126527: Remove `deplibs` keyword completely
Yuki Okushi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 03:22:08 PDT 2022
JohnTitor created this revision.
Herald added subscribers: ormris, steven_wu, hiraditya.
Herald added a project: All.
JohnTitor requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
D102763 <https://reviews.llvm.org/D102763> removed the almost support of `deplibs` but it seems `kw_deplibs` was missed.
This patch removes it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126527
Files:
llvm/include/llvm/AsmParser/LLToken.h
Index: llvm/include/llvm/AsmParser/LLToken.h
===================================================================
--- llvm/include/llvm/AsmParser/LLToken.h
+++ llvm/include/llvm/AsmParser/LLToken.h
@@ -88,7 +88,6 @@
kw_triple,
kw_source_filename,
kw_unwind,
- kw_deplibs, // FIXME: Remove in 4.0
kw_datalayout,
kw_volatile,
kw_atomic,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126527.432512.patch
Type: text/x-patch
Size: 353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220527/b0678e16/attachment.bin>
More information about the llvm-commits
mailing list