mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Default to looking for clang++ in the PATH, rather than trying to
guess a path that will work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c52bedba54
commit
34a92b7f82
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user