Resubmit "Refactor debuginfo-tests"
authorZachary Turner <zturner@google.com>
Thu, 16 Nov 2017 18:26:20 +0000 (18:26 +0000)
committerZachary Turner <zturner@google.com>
Thu, 16 Nov 2017 18:26:20 +0000 (18:26 +0000)
commit5e420717a1c4d9b25c645362f92dc02ccf2c5977
treee921704288f4fd9a5ce7904c3083bdd20fdce4c9
parent2139ed638b7c14eff603ba6b3a67753fe5020063
Resubmit "Refactor debuginfo-tests"

This was reverted due to some failures on specific darwin buildbots,
the issue being that the new lit configuration was not setting the
SDKROOT environment variable.  We've tested a fix locally and confirmed
that it works, so this patch resubmits everything with the fix
applied.

llvm-svn: 318435
28 files changed:
clang/test/CMakeLists.txt
clang/test/lit.cfg.py
debuginfo-tests/CMakeLists.txt [new file with mode: 0644]
debuginfo-tests/lit.cfg.py [new file with mode: 0644]
debuginfo-tests/lit.site.cfg.py.in [new file with mode: 0644]
debuginfo-tests/tests/aggregate-indirect-arg.cpp [moved from debuginfo-tests/aggregate-indirect-arg.cpp with 93% similarity]
debuginfo-tests/tests/asan-blocks.c [moved from debuginfo-tests/asan-blocks.c with 100% similarity]
debuginfo-tests/tests/asan.c [moved from debuginfo-tests/asan.c with 100% similarity]
debuginfo-tests/tests/block_var.m [moved from debuginfo-tests/block_var.m with 93% similarity]
debuginfo-tests/tests/blocks.m [moved from debuginfo-tests/blocks.m with 85% similarity]
debuginfo-tests/tests/ctor.cpp [moved from debuginfo-tests/ctor.cpp with 78% similarity]
debuginfo-tests/tests/dbg-arg.c [moved from debuginfo-tests/dbg-arg.c with 100% similarity]
debuginfo-tests/tests/foreach.m [moved from debuginfo-tests/foreach.m with 94% similarity]
debuginfo-tests/tests/forward-declare-class.cpp [moved from debuginfo-tests/forward-declare-class.cpp with 100% similarity]
debuginfo-tests/tests/lit.local.cfg [moved from debuginfo-tests/lit.local.cfg with 100% similarity]
debuginfo-tests/tests/llgdb.py [moved from debuginfo-tests/llgdb.py with 100% similarity]
debuginfo-tests/tests/nested-struct.cpp [moved from debuginfo-tests/nested-struct.cpp with 100% similarity]
debuginfo-tests/tests/nrvo-string.cpp [moved from debuginfo-tests/nrvo-string.cpp with 100% similarity]
debuginfo-tests/tests/safestack.c [moved from debuginfo-tests/safestack.c with 100% similarity]
debuginfo-tests/tests/sret.cpp [moved from debuginfo-tests/sret.cpp with 93% similarity]
debuginfo-tests/tests/stack-var.c [moved from debuginfo-tests/stack-var.c with 100% similarity]
debuginfo-tests/tests/static-member-2.cpp [moved from debuginfo-tests/static-member-2.cpp with 100% similarity]
debuginfo-tests/tests/static-member.cpp [moved from debuginfo-tests/static-member.cpp with 100% similarity]
debuginfo-tests/tests/vla.c [moved from debuginfo-tests/vla.c with 93% similarity]
llvm/CMakeLists.txt
llvm/projects/CMakeLists.txt
llvm/utils/lit/lit/llvm/config.py
llvm/utils/test_debuginfo.pl