[llvm-commits] CVS: llvm/utils/vim/llvm.vim
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 9 23:57:08 PDT 2003
Changes in directory llvm/utils/vim:
llvm.vim updated: 1.6 -> 1.7
---
Log message:
Add support for the weak linkage specifier
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/vim/llvm.vim
diff -u llvm/utils/vim/llvm.vim:1.6 llvm/utils/vim/llvm.vim:1.7
--- llvm/utils/vim/llvm.vim:1.6 Mon Sep 8 13:08:11 2003
+++ llvm/utils/vim/llvm.vim Thu Oct 9 23:56:26 2003
@@ -27,7 +27,7 @@
syn keyword llvmStatement begin end true false
syn keyword llvmStatement declare global constant const
syn keyword llvmStatement internal uninitialized external implementation
-syn keyword llvmStatement linkonce appending
+syn keyword llvmStatement linkonce weak appending
syn keyword llvmStatement null to except not target endian pointersize
syn keyword llvmStatement big little volatile
More information about the llvm-commits
mailing list