Michael Gottesman
6d74962918
Adapt all DebugInfo testcases to the new upstream LLVM metadata format.
...
Swift SVN r31813
2015-09-09 04:37:34 +00:00
Adrian Prantl
c5dd8bea82
Debug Info: Migrate from MDModule to DIModule.
...
MDModule was a bitcode-incompatible internal-only extension that has
since been replaced with a blessed IR node on trunk.
<rdar://problem/20965932> Upstream DIModule and support it in clang-700, swiftlang-700, and lldb-700
Swift SVN r29832
2015-07-01 02:25:22 +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
Adrian Prantl
162bc8d24c
Updated testcases for upstream assembler changes.
...
Swift SVN r23942
2014-12-15 19:39:21 +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
Adrian Prantl
993c72499b
This week in debug info: global variables are now emitted as global variables.
...
rdar://problem/15859689 once again.
Swift SVN r23169
2014-11-08 00:29:38 +00:00
Adrian Prantl
9fe784ea69
Debug Info: Make the local versions of variables in main appear as local.
...
<rdar://problem/15859689> Local variables should list top-level variables
Swift SVN r23048
2014-11-01 00:43:00 +00:00
Adrian Prantl
f88dabb337
Top-level variable declarations should show up as local variables with static scope for the main() function in DWARF.
...
<rdar://problem/15859689> Local variables should list top-level variables
Swift SVN r22807
2014-10-17 00:43:56 +00:00