[llvm] r328170 - vim: add `dso_local` and `dso_preemptable` keywords

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 21 16:46:09 PDT 2018


Author: compnerd
Date: Wed Mar 21 16:46:09 2018
New Revision: 328170

URL: http://llvm.org/viewvc/llvm-project?rev=328170&view=rev
Log:
vim: add `dso_local` and `dso_preemptable` keywords

Support the new keywords introduced in SVN r316668.

Modified:
    llvm/trunk/utils/vim/syntax/llvm.vim

Modified: llvm/trunk/utils/vim/syntax/llvm.vim
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/vim/syntax/llvm.vim?rev=328170&r1=328169&r2=328170&view=diff
==============================================================================
--- llvm/trunk/utils/vim/syntax/llvm.vim (original)
+++ llvm/trunk/utils/vim/syntax/llvm.vim Wed Mar 21 16:46:09 2018
@@ -75,6 +75,8 @@ syn keyword llvmKeyword
       \ distinct
       \ dllexport
       \ dllimport
+      \ dso_local
+      \ dso_preemptable
       \ except
       \ external
       \ externally_initialized




More information about the llvm-commits mailing list