]> granicus.if.org Git - clang/commit
Revert svn r176894 and r177658.
authorBob Wilson <bob.wilson@apple.com>
Sat, 23 Mar 2013 05:17:59 +0000 (05:17 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 23 Mar 2013 05:17:59 +0000 (05:17 +0000)
commit4a792960940bf19acced0123eae08bd39b15138b
treed531f661d664a10af8f9cd04d6faa535c7d600f8
parentb6a6079449a5275c283982e19b0c38e165833bb2
Revert svn r176894 and r177658.

Changing -ccc-install-dir to affect cc1's resource-dir setting broke our
internal LNT tests. After discussing the situation with Jim, we've decided to
pursue an alternate approach. We really want the resource-dir to be located
relative to clang, even when using -ccc-install-dir, but we're going to
add a fallback setting for the libc++ headers if they don't exist alongside
the compiler.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177815 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
test/Driver/resource-dir.cpp [deleted file]