summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/resource-dir.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert svn r176894 and r177658.Bob Wilson2013-03-231-10/+0
| | | | | | | | | | | 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. llvm-svn: 177815
* This ugly regex is required because on Windows, the paths come out as \\ ↵Aaron Ballman2013-03-211-1/+1
| | | | | | delimited instead of / delimited. Fixes a test breakage since r176894. llvm-svn: 177658
* Driver: -ccc-install-dir should affect cc1 -resource-dirJim Grosbach2013-03-121-0/+10
-ccc-install-dir is supposed to cause the compiler to behave as-if it were installed in the indicated location. It almost does, but misses anything that's relying on the resource directory (libc++ header search, in particular). The resource dir is resolved too early, before command line args are handled. The fix is simply to move handling of the resource dir until after we know if a -ccc-install-dir is present. rdar://13402696 llvm-svn: 176894
OpenPOWER on IntegriCloud