| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This patch teaches dsymutil to strip types from the imported
DW_TAG_module inside of an object file (not inside the PCM) if they
can be resolved to the full definition inside the PCM. This reduces
the size of the .dSYM from WebCore from webkit.org by almost 2/3.
<rdar://problem/33047213>
llvm-svn: 308710
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to clarifying the warning message this contains a minor functional
change in that it now warns if the *immediate* parent directory in which the
missing PCM is expected to be isn't found.
This patch also includes a more comprehensive testcase.
rdar://problem/25860711
llvm-svn: 270269
|
|
|
|
|
|
| |
rdar://problem/22823264
llvm-svn: 257784
|
|
|
|
|
|
| |
rdar://problem/22269336
llvm-svn: 257664
|
|
|
|
|
|
|
|
| |
clang modules.
Forward decls of ObjC interfaces don't have a bytesize.
llvm-svn: 249110
|
|
|
|
| |
llvm-svn: 248428
|
|
|
|
|
|
|
| |
This also updates the module binaries in the test directory because
their module hash mismatched.
llvm-svn: 248396
|
|
debug info.
This does not yet resolve external type references.
llvm-svn: 248331
|