1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

vim: add dso_local and dso_preemptable keywords

Support the new keywords introduced in SVN r316668.

llvm-svn: 328170
This commit is contained in:
Saleem Abdulrasool 2018-03-21 23:46:09 +00:00
parent 8671dbb53e
commit 19a250a7ce

View File

@ -75,6 +75,8 @@ syn keyword llvmKeyword
\ distinct
\ dllexport
\ dllimport
\ dso_local
\ dso_preemptable
\ except
\ external
\ externally_initialized