aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@ributzka.de>2023-11-09 09:08:41 -0800
committerGitHub <noreply@github.com>2023-11-09 09:08:41 -0800
commit6d1d7be1335c68aa93b3fe428791a3a4b99d63bc (patch)
treefdf69a5d7bc006b9ad0350633d980e9ccf496d90 /llvm/utils
parent9f4ba8d04e4612285042fe56642add8632daded4 (diff)
downloadllvm-6d1d7be1335c68aa93b3fe428791a3a4b99d63bc.zip
llvm-6d1d7be1335c68aa93b3fe428791a3a4b99d63bc.tar.gz
llvm-6d1d7be1335c68aa93b3fe428791a3a4b99d63bc.tar.bz2
Obsolete WebKit Calling Convention (#71567)
The WebKit Calling Convention was created specifically for the WebKit FTL. FTL doesn't use LLVM anymore and therefore this calling convention is obsolete. This commit removes the WebKit CC, its associated tests, and documentation.
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/emacs/llvm-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/emacs/llvm-mode.el b/llvm/utils/emacs/llvm-mode.el
index 53381cf..5264ea2 100644
--- a/llvm/utils/emacs/llvm-mode.el
+++ b/llvm/utils/emacs/llvm-mode.el
@@ -56,7 +56,7 @@
"true" "false" "null" "undef" "zeroinitializer" "none" "c" "asm" "blockaddress" "poison"
;; Calling conventions
- "ccc" "fastcc" "coldcc" "webkit_jscc" "anyregcc" "preserve_mostcc" "preserve_allcc"
+ "ccc" "fastcc" "coldcc" "anyregcc" "preserve_mostcc" "preserve_allcc"
"cxx_fast_tlscc" "swiftcc" "tailcc" "swifttailcc" "cfguard_checkcc"
;; Visibility styles
"default" "hidden" "protected"