diff options
| author | Dan Gohman <gohman@apple.com> | 2010-08-27 15:15:31 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-08-27 15:15:31 +0000 |
| commit | 7e64c985fb0eb03a0359ee8cd0774f441b3635e5 (patch) | |
| tree | 8f42d9b309a701f543eba70b0a37402ec5429ab2 /llvm/utils/vim/vimrc | |
| parent | 6fc0413e597bf0fef608b1ed54d45f35e3e8621c (diff) | |
| download | bcm5719-llvm-7e64c985fb0eb03a0359ee8cd0774f441b3635e5.tar.gz bcm5719-llvm-7e64c985fb0eb03a0359ee8cd0774f441b3635e5.zip | |
Default to looking for clang++ in the PATH, rather than trying to
guess a path that will work.
llvm-svn: 112264
Diffstat (limited to 'llvm/utils/vim/vimrc')
| -rw-r--r-- | llvm/utils/vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc index 8b029daba58..8191584f2e1 100644 --- a/llvm/utils/vim/vimrc +++ b/llvm/utils/vim/vimrc @@ -98,8 +98,8 @@ augroup END " cast_cast< " turns up some peculiarities -- "asm("? -" A path to the a executable. -let g:clang_path = "Release/bin/clang++" +" A path to a clang executable. +let g:clang_path = "clang++" " A list of options to add to the clang commandline, for example to add " include paths, predefined macros, and language options. |

