summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2015-11-20 20:24:49 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2015-11-20 20:24:49 +0000
commitaea3d38d81ba020c1c3a82bdda8c5fe79e521a86 (patch)
tree0f0ab707b7c4f9950d72e7d5b09495b6f816a339 /lldb/packages/Python
parenta44def276c67a2ee1784443df02d320d366b44d1 (diff)
downloadbcm5719-llvm-aea3d38d81ba020c1c3a82bdda8c5fe79e521a86.tar.gz
bcm5719-llvm-aea3d38d81ba020c1c3a82bdda8c5fe79e521a86.zip
Fix test case label check
Several (but not all) of the labels that are checked for in this test case are checked as strings instead of labels. This can cause an apparent test case failure if they are tested in an appropriately named directory. For example, one of them that fails: define zeroext i32 @test2(i32 %A.u, i32 %B.u) { ; A8: test2 ; A8: uxtab r0, r0, r1 Output that causes it to fail: . . . .file "/home/seurer/llvm/llvm-test2/test/CodeGen/Thumb2/thumb2-uxt_rot.ll" . . . .globl test2 .align 1 .type test2,%function .code 16 @ @test2 .thumb_func test2: .fnstart The "A8: test2" matches on the directory name instead of the label. llvm-svn: 253702
Diffstat (limited to 'lldb/packages/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud