| commit | 6d0753d42a8344a23cc8b170ac29184cac47e8ce | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri Mar 14 03:07:38 2014 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Fri Mar 14 03:07:38 2014 +0000 |
| tree | 92be428f1d5353a65c290af8d61f710f614380ca | |
| parent | f88731f293c7c6e9268e7d298a806bf29ea8aa2d [diff] |
[Modules] Emit the module file paths as dependencies of the PCH when we are building one. This is because the PCH is tied to the module files, if one of the module files changes or gets removed the build system should re-build the PCH file. rdar://16321245 llvm-svn: 203885