diff options
| author | Frederic Riss <friss@apple.com> | 2015-08-31 05:16:30 +0000 |
|---|---|---|
| committer | Frederic Riss <friss@apple.com> | 2015-08-31 05:16:30 +0000 |
| commit | 4e289f9d1e59d852d35d25120c1fa37bc07ba292 (patch) | |
| tree | edc944a8193471264c65da37a0aa84bb58c5ed26 /llvm/test/tools | |
| parent | 94546204d170c550150e1b5f25a994f152ef971d (diff) | |
| download | bcm5719-llvm-4e289f9d1e59d852d35d25120c1fa37bc07ba292.tar.gz bcm5719-llvm-4e289f9d1e59d852d35d25120c1fa37bc07ba292.zip | |
[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
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o | bin | 0 -> 2544 bytes | |||
| -rw-r--r-- | llvm/test/tools/dsymutil/X86/odr-uniquing.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o b/llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o Binary files differnew file mode 100644 index 00000000000..c5209303005 --- /dev/null +++ b/llvm/test/tools/dsymutil/Inputs/odr-uniquing/2.o 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. |

