diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-10-19 20:29:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-10-19 20:29:27 +0000 |
commit | a3514551a1b357cb3a15affb2673271629934d8b (patch) | |
tree | 7fea626fd912078be6fc2e5d0b9ae0453a14803d /llvm/utils/vim | |
parent | 1999294b867ed9973f60714325dfeca09ed88f40 (diff) | |
download | bcm5719-llvm-a3514551a1b357cb3a15affb2673271629934d8b.tar.gz bcm5719-llvm-a3514551a1b357cb3a15affb2673271629934d8b.zip |
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.
llvm-svn: 166305
Diffstat (limited to 'llvm/utils/vim')
-rw-r--r-- | llvm/utils/vim/llvm.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/vim/llvm.vim b/llvm/utils/vim/llvm.vim index 9cd483d1479..f80de83da8c 100644 --- a/llvm/utils/vim/llvm.vim +++ b/llvm/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 |