summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-04-02 11:07:55 +0000
committerTamas Berghammer <tberghammer@google.com>2015-04-02 11:07:55 +0000
commit2e16902084732f44f6f65e9630b3208eddc59314 (patch)
treef04c84528bc5ca073fc128de5383b296f8ce713d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent1eeece1285e389c74f7adbee1610d140b9034d6a (diff)
Fix test expectation for aarch64 in several test case
These test cases check if they are able to read registers after the inferior is crashed. Previously they did it with reading the eax register what is only available on i386 and x86_64. Thic CL add code to do the check based on the target architecture (currently i386, x86_64 and aarch64 is supported) Differential revision: http://reviews.llvm.org/D8702 llvm-svn: 233907
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions