summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/fmodules-validate-once-per-build-session.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use find | xargs in ↵Dmitri Gribenko2014-02-121-3/+3
| | | | | | | | test/Modules/fmodules-validate-once-per-build-session.c With -fdisable-module-hash, we can implement this with a simple 'cp'. llvm-svn: 201231
* clang/test/Modules/fmodules-validate-once-per-build-session.c: Tweak for ↵NAKAMURA Takumi2014-02-121-3/+3
| | | | | | | | gnuwin32 with %/t (instead of %t). xargs didn't handle dosish paths, while find foo\bar\ emits dosish paths. llvm-svn: 201228
* 'svn add' files I forgot for r201224 (Add an option to allow Clang verifyDmitri Gribenko2014-02-121-0/+45
source files for a module only once during) llvm-svn: 201225
OpenPOWER on IntegriCloud