| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
when building a module. Clang already records the module signature when
building a skeleton CU to reference a clang module.
Matching the id in the skeleton with the one in the module allows a DWARF
consumer to verify that they found the correct version of the module
without them needing to know about the clang module format.
llvm-svn: 248345
|
| |
|
|
|
|
| |
Thanks to dblaikie for spotting this.
llvm-svn: 247303
|
| |
|
|
|
|
|
|
| |
ms-targeted builds.
I think DebugInfo tests may avoid MS stuff for now.
llvm-svn: 247093
|
|
|
When -fmodule-format is set to "obj", emit debug info for all types
declared in a module or referenced by a declaration into the module's
object file container.
This patch adds support for C and C++ types.
llvm-svn: 247049
|