[dsymutil] Refactor ODR uniquing tests to be more readable.
authorFrederic Riss <friss@apple.com>
Sun, 23 Aug 2015 02:38:29 +0000 (02:38 +0000)
committerFrederic Riss <friss@apple.com>
Sun, 23 Aug 2015 02:38:29 +0000 (02:38 +0000)
commitb7e7dd4975eb853b140e5b11510206bc29897a9b
tree15ca698b113929f36c25544537ea7f15048fadd5
parent50cbfe2c199b22b24d20a0d38b15a374e1bb209c
[dsymutil] Refactor ODR uniquing tests to be more readable.

This patch adds all the refactored tests in new files, the old
tests will be removed by a followup commit.

Thanks to D. Blaikie for all the feedback.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245803 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/Inputs/odr-anon-namespace/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-anon-namespace/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-member-functions/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-member-functions/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-member-functions/3.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-uniquing/1.o [new file with mode: 0644]
test/tools/dsymutil/X86/dummy-debug-map.map [new file with mode: 0644]
test/tools/dsymutil/X86/lit.local.cfg
test/tools/dsymutil/X86/odr-anon-namespace.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/odr-member-functions.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/odr-uniquing.cpp [new file with mode: 0644]