summaryrefslogtreecommitdiff
path: root/utils/vim
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-10-19 20:29:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-10-19 20:29:27 +0000
commitf793fbc5698263e045661cab3fb06144c66cc1db (patch)
treecb70ff0e9a8864468b8e0835c90d49bf108a7ac5 /utils/vim
parentf854597fc1a183a9d13827a6eeb9f53a69819497 (diff)
downloadllvm-f793fbc5698263e045661cab3fb06144c66cc1db.tar.gz
llvm-f793fbc5698263e045661cab3fb06144c66cc1db.tar.bz2
llvm-f793fbc5698263e045661cab3fb06144c66cc1db.tar.xz
lit: Remove support for XTARGET.
- The XTARGET feature (inherited from old DG tests) was just confusing (and barely ever used). The same effect can now be achieved with a combination of the more useful REQUIRES and XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/llvm.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/vim/llvm.vim b/utils/vim/llvm.vim
index 9cd483d147..f80de83da8 100644
--- a/utils/vim/llvm.vim
+++ b/utils/vim/llvm.vim
@@ -79,7 +79,6 @@ syn match llvmSpecialComment /;\s*RUN:.*$/
syn match llvmSpecialComment /;\s*PR\d*\s*$/
syn match llvmSpecialComment /;\s*END\.\s*$/
syn match llvmSpecialComment /;\s*XFAIL:.*$/
-syn match llvmSpecialComment /;\s*XTARGET:.*$/
if version >= 508 || !exists("did_c_syn_inits")
if version < 508