From 4e289f9d1e59d852d35d25120c1fa37bc07ba292 Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Mon, 31 Aug 2015 05:16:30 +0000 Subject: [dsymutil] Fix testcase. 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. llvm-svn: 246411 --- llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o | Bin 0 -> 2544 bytes llvm/test/tools/dsymutil/X86/odr-uniquing.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o (limited to 'llvm/test') diff --git a/llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o b/llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o new file mode 100644 index 00000000000..c5209303005 Binary files /dev/null and b/llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o differ diff --git a/llvm/test/tools/dsymutil/X86/odr-uniquing.cpp b/llvm/test/tools/dsymutil/X86/odr-uniquing.cpp index e1932d41d8a..bb7ae50a2c7 100644 --- a/llvm/test/tools/dsymutil/X86/odr-uniquing.cpp +++ b/llvm/test/tools/dsymutil/X86/odr-uniquing.cpp @@ -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. -- cgit v1.2.3