diff options
| author | David Blaikie <dblaikie@gmail.com> | 2013-06-21 03:41:46 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2013-06-21 03:41:46 +0000 |
| commit | 03039fe9ba289d5f0b364760616f1ed54b3b8f83 (patch) | |
| tree | 049fb2795ea77a18dc6830c0fddf1988a48f339e /llvm/lib/Support/FileUtilities.cpp | |
| parent | d554a49042c659b6e1ef8fe15ddf2d0a1ac2b651 (diff) | |
| download | bcm5719-llvm-03039fe9ba289d5f0b364760616f1ed54b3b8f83.tar.gz bcm5719-llvm-03039fe9ba289d5f0b364760616f1ed54b3b8f83.zip | |
DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types
This is to make test cases looking for definitions more legible by
making the definition explicit rather than just the absence of '[fwd]'.
This allowed the debug-info-record tests to be rephrased - and in the
interests of reducing the number of individual test cases/invocations we
have, I merged them into one file, separated them with namespaces (&
then moved them to C++ because namespaces are great). If they need to
remain 'C' only tests, they can be moved back. (I didn't group them with
'debug-info-class.cpp' because these tests only apply to
-fno-limit-debug-info)
I removed the pieces of code that would cause these tests to pass under
-flimit-debug-info to ensure the tests remain relevant to their fixes
should we ever improve -flimit-debug-info to catch that kind of code.
This commit is version locked with the corresponding change to
DebugInfo.h in LLVM. Except some transient buildbot fallout.
llvm-svn: 184524
Diffstat (limited to 'llvm/lib/Support/FileUtilities.cpp')
0 files changed, 0 insertions, 0 deletions

