[llvm] bc08a16 - Remove `deplibs` keyword completely

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


Author: Yuki Okushi
Date: 2022-05-29T01:16:44+09:00
New Revision: bc08a16d828bd589a4ec832200e97e6c96a6ef41

URL: https://github.com/llvm/llvm-project/commit/bc08a16d828bd589a4ec832200e97e6c96a6ef41
DIFF: https://github.com/llvm/llvm-project/commit/bc08a16d828bd589a4ec832200e97e6c96a6ef41.diff

LOG: Remove `deplibs` keyword completely

D102763 removed the almost support of `deplibs` but it seems `kw_deplibs` was missed.
This patch removes it.

Differential Revision: https://reviews.llvm.org/D126527

Added: 
    

Modified: 
    llvm/include/llvm/AsmParser/LLToken.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/AsmParser/LLToken.h b/llvm/include/llvm/AsmParser/LLToken.h
index 715401f126be8..11a7a6768e91c 100644
--- a/llvm/include/llvm/AsmParser/LLToken.h
+++ b/llvm/include/llvm/AsmParser/LLToken.h
@@ -88,7 +88,6 @@ enum Kind {
   kw_triple,
   kw_source_filename,
   kw_unwind,
-  kw_deplibs, // FIXME: Remove in 4.0
   kw_datalayout,
   kw_volatile,
   kw_atomic,


        


More information about the llvm-commits mailing list