]> granicus.if.org Git - clang/commit
always search for "builtin" headers at the end of the search path,
authorChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 04:55:19 +0000 (04:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 04:55:19 +0000 (04:55 +0000)
commitb52ec74a71bd56e8d6801abbcfc99d9bd1fba39e
treef222f797ca14dac6e6597ebd7e688e7b6a5df0c9
parent50b587d02f84ccf447d835fe8fcb79aad3a3e126
always search for "builtin" headers at the end of the search path,
and never remap them with -isysroot.  This fixes PR3614.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65012 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp