[dsymutil] Fix testcase.
authorFrederic Riss <friss@apple.com>
Mon, 31 Aug 2015 05:16:30 +0000 (05:16 +0000)
committerFrederic Riss <friss@apple.com>
Mon, 31 Aug 2015 05:16:30 +0000 (05:16 +0000)
This testcase required 2 copies of the same file, and the second
copy was missing. It was currently working because of a bug I'm
about to fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246411 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/dsymutil/Inputs/odr-uniquing/2.o [new file with mode: 0644]
test/tools/dsymutil/X86/odr-uniquing.cpp

diff --git a/test/tools/dsymutil/Inputs/odr-uniquing/2.o b/test/tools/dsymutil/Inputs/odr-uniquing/2.o
new file mode 100644 (file)
index 0000000..c520930
Binary files /dev/null and b/test/tools/dsymutil/Inputs/odr-uniquing/2.o differ
index e1932d41d8a085d811497ce2190c27b0fd8f4769..bb7ae50a2c72b324eafd0f47fdafa6e27efdfca5 100644 (file)
@@ -1,6 +1,6 @@
 /* Compile with:
    clang -g -c  odr-uniquing.cpp -o odr-uniquing/1.o
+   cp odr-uniquing/1.o odr-uniquing/2.o
    The aim of these test is to check that all the 'type types' that
    should be uniqued through the ODR really are.