summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.h
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2013-08-06 10:40:45 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2013-08-06 10:40:45 +0000
commit7398c774f636f881166a73ff32275354b505d852 (patch)
tree6e80bbc6b055870459fbdec9cd6e9733db04a032 /lib/DebugInfo/DWARFDebugInfoEntry.h
parent749d35c593eb3238c5dcb7284f1e3aee60d57b9e (diff)
downloadllvm-7398c774f636f881166a73ff32275354b505d852.tar.gz
llvm-7398c774f636f881166a73ff32275354b505d852.tar.bz2
llvm-7398c774f636f881166a73ff32275354b505d852.tar.xz
LLVM Interpreter: fixed bug 16694
fix for: Bug 16694 - ExecutionEngine/test-interp-vec-loadstore.ll failing on powerpc-darwin8 (http://llvm.org/bugs/show_bug.cgi?id=16694) The ExecutionEngine/test-interp-vec-loadstore.ll test has been failing on powerpc-darwin8 (on other platforms it passed) the reason of fail was wrong output by printf. this output is checked by FileCheck, but on little-endian powerpc the output numeric data were printed inside out and FileCheck reported fail. the printfs have been replaced by checking data inside test and numeric output has been replaced by the text output like : "int test passed, float test passed". The text output is checked by FileCheck. the dependency on data layout has been removed. done by Yuri Veselov (Intel) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugInfoEntry.h')
0 files changed, 0 insertions, 0 deletions