]> granicus.if.org Git - clang/commit
Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include
authorHans Wennborg <hans@hanshq.net>
Thu, 2 Aug 2012 12:27:08 +0000 (12:27 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 2 Aug 2012 12:27:08 +0000 (12:27 +0000)
commit9d82a038f04945739c4960d9fe683d4ab66722eb
tree648c673dd917f352ce8e43971b76ac2ef7d4b506
parent52a8b001c13151647e0927aa853a78dbb4c56221
Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include
in the default search path. Compilers on *BSD OS's only include /usr/include by
default.

Contributed by Brad Smith <brad@comstyle.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161173 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitHeaderSearch.cpp