summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/DebugInfo-fmodule-name.c
Commit message (Collapse)AuthorAgeFilesLines
* Relax assertion to account for private framework modules, too.Adrian Prantl2019-02-151-3/+3
| | | | | | rdar://problem/48116069 llvm-svn: 354165
* -gmodules: Don't emit incomplete breadcrumbs pointing to nonexistant PCM files.Adrian Prantl2019-02-081-0/+16
When a module name is specified as -fmodule-name, that module gets a clang::Module object, but it won't actually be built or imported; it will be textual. CGDebugInfo wouldn't detect this and them emit a DICompileUnit that had a hash but no name and that confused both dsymutil, LLDB, and myself. rdar://problem/47926508 Differential Revision: https://reviews.llvm.org/D57976 llvm-svn: 353578
OpenPOWER on IntegriCloud