[PATCH] D126527: Remove `deplibs` keyword completely

Yuki Okushi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 28 09:17:35 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc08a16d828b: Remove `deplibs` keyword completely (authored by JohnTitor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126527/new/

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.432733.patch
Type: text/x-patch
Size: 353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220528/36fff557/attachment.bin>


More information about the llvm-commits mailing list