Adrian Prantl
e70a3443e9
[Debug Info] Remove the mostly unused FragmentType from DebugTypeInfo
...
This cleanup allows for more consistent debug info emission since we depend less
on IRGen magic to emit debug info for types.
2025-01-27 17:28:10 -08:00
Adrian Prantl
0ac9a7dc77
Update tests for upstream LLVM IR assembler changes
2019-02-08 14:22:56 -08:00
Adrian Prantl
44aa4822e0
Debug Info: Represent private discriminators in DWARF.
...
... using an inline namespace as the parent of the outermost
declaration(s) that have private or fileprivate accessability. Once
LLDB supports this we can retire the existing hack of storing it as a
fake command line argument.
rdar://problem/18296829
2017-10-09 15:32:06 -07:00
Dmitri Gribenko
d175b3b66d
Migrate FileCheck to %FileCheck in tests
2016-08-10 23:52:02 -07:00
Manav Gabhawala
7928140f79
[SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary
2016-04-06 20:21:58 -04:00
Adrian Prantl
4f11ecc1da
Get rid of Int in the debug info tests and preform some general cleanup.
...
<rdar://problem/20856296> Extinguish 'Int' from DebugInfo tests
Swift SVN r31177
2015-08-12 18:16:43 +00:00
Dmitri Hrybenko
0fce5c7b4e
tests: remove uses of println() that are not relevant to the tests
...
Swift SVN r28016
2015-05-01 03:35:50 +00:00
Duncan Exon Smith
c6d42db070
Adapt to MD* => DI* renaming of debug info types
...
Applied the upgrade script from r236120 (LLVM) and r236121 (CFE). This is the
final step of rdar://problem/20434113.
Swift SVN r27925
2015-04-29 21:40:21 +00:00
Duncan Exon Smith
093eb3c365
DebugInfo: Hand-update testcases after LLVM r231082
...
Update debug info testcases after moving the new hierarchy into place in
upstream LLVM r231082.
rdar://problem/19720042
Swift SVN r25715
2015-03-03 19:15:31 +00:00
Dmitri Hrybenko
3b04d1b013
tests: reorganize tests so that they actually use the target platform
...
Most tests were using %swift or similar substitutions, which did not
include the target triple and SDK. The driver was defaulting to the
host OS. Thus, we could not run the tests when the standard library was
not built for OS X.
Swift SVN r24504
2015-01-19 06:52:49 +00:00
Graham Batty
83f27a8af7
Revert "Mark tests that don't pass on linux as XFAIL."
...
This reverts commit 2711ca86de7bf6a7885ccea24219a48a590b1e95.
Swift SVN r23577
2014-11-24 17:42:13 +00:00
Graham Batty
198402dcfe
Mark tests that don't pass on linux as XFAIL.
...
Swift SVN r23573
2014-11-24 17:40:37 +00:00
Erik Eckstein
02d510417a
Fix linkage of vtable methods.
...
Methods which go into a vtable must be at least as visible as their classes.
Otherwise derived classes from "outside" cannot reference such base methods in their vtables.
Swift SVN r22889
2014-10-23 12:49:27 +00:00
Adrian Prantl
d39d5702e9
Debug info: Stop abusing the Local flag for the calling convention.
...
The calling convention is encoded into the mangled name.
Swift SVN r22591
2014-10-08 01:13:13 +00:00
Adrian Prantl
72a6261f68
Emit discriminators *only* for multi-file projects.
...
Swift SVN r21917
2014-09-12 18:50:23 +00:00
Adrian Prantl
0cd5cee972
Slightly improve the private discriminators to also handle the primary
...
source file of a multi-file project.
Swift SVN r21916
2014-09-12 18:41:12 +00:00
Adrian Prantl
90d0d69dcb
Store the main SourceFile's private discriminator in the DWARF debug flags.
...
<rdar://problem/18297696> Store a SourceFile's discriminator somewhere in the debug info
Swift SVN r21912
2014-09-12 18:16:20 +00:00