summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/headersearch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Try to unbreak the Windows buildbots.Filipe Cabecinhas2015-03-031-1/+1
| | | | llvm-svn: 231170
* Remove shell requirements from tests that use 'cd'Reid Kleckner2015-03-021-1/+0
| | | | | | | | Modules and Tooling tests in particular tend to want to change the cwd, so we were missing test coverage in this area on Windows. It should now be easier to write such portable tests. llvm-svn: 231029
* Use Itanium triple in test using -WpaddingReid Kleckner2015-02-251-4/+7
| | | | | | | | | -Wpadding is not implemented in the Microsoft record layout builder. This test only passes on Windows because PCH forces us to use the Itanium record layout builder. I'm about to fix that, so change the test to not rely on that ridiculous behavior. llvm-svn: 230524
* [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of ↵Argyrios Kyrtzidis2013-04-111-3/+3
| | | | | | -emit-obj llvm-svn: 179301
* test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming.NAKAMURA Takumi2011-03-061-3/+3
| | | | | | | This test requires shell feature, to change working directory. On Windows, current directory cannot be moved nor removed. llvm-svn: 127130
* test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi2011-03-051-1/+1
| | | | llvm-svn: 127077
* test/PCH/headersearch.cpp fails on Win32. Not trivial to fix.Francois Pichet2011-02-161-0/+1
| | | | llvm-svn: 125644
* Allow resolving headers from a PCH even after headers+PCH were moved to ↵Argyrios Kyrtzidis2011-02-151-0/+43
another path. Store in PCH the directory that the PCH was originally created in. If a header file is not found at the path that we expect it to be and the PCH file was moved from its original location, try to resolve the file by assuming that header+PCH were moved together and the header is in the same place relative to the PCH. llvm-svn: 125576
OpenPOWER on IntegriCloud