| commit | 0086a5a3bb7137fad41d3b50e1cfb0c062b08c3a | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Jul 07 00:12:59 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Jul 07 00:12:59 2009 +0000 |
| tree | f4e5530b1ac1ba4a1317e3a4c2eb0568c9bfb00b | |
| parent | 97213bac53fd78f80f0aefd381d129886324bfbf [diff] |
Introduce the notion of "Relocatable" precompiled headers, which are built with a particular system root directory and can be used with a different system root directory when the headers it depends on have been installed. Relocatable precompiled headers rewrite the file names of the headers used when generating the PCH file into the corresponding file names of the headers available when using the PCH file. Addresses <rdar://problem/7001604>. llvm-svn: 74885