summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/getSourceDescriptor-crash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [modules][debuginfo] Only include imported modules when targeting LLDBDavid Blaikie2016-05-031-1/+1
| | | | | | | | | | | | | | | | | These constructs are only applicable to a debugger capable of loading a Clang AST, so omit them for brevity when not doing so. We could potentially propagate more of CodeGenOptions through the ObjectFilePCGContainerOperations for consistency (so the next person who adds some CodeGenOpts feature that tweaks debug info output doesn't get caught by this), so I'm open to objections/alternatives there, but went with this for now. Tested just a couple of basic cases (one direct, one indirect (through the ObjectFilePCHContainerOperations) & fixed up other cases to pass the -debugger-tuning flag as appropriate. llvm-svn: 268460
* Adding a test for a compiler crash that was fixed in r248069.Douglas Yung2016-05-031-0/+9
Differential Revision: http://reviews.llvm.org/D19048 llvm-svn: 268344
OpenPOWER on IntegriCloud