[stack protector] Work around an issue with the BMOVPCB_CALL instruction on ARM by...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 22 Aug 2013 23:45:24 +0000 (23:45 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 22 Aug 2013 23:45:24 +0000 (23:45 +0000)
commit58a9b4388bcace0f332205f960c6c8705fb5a24b
tree87e5979a9d229f821da08e1bbc9c7ad04eb5e1f7
parent80075c482c474c39bd06402550211c314c178404
[stack protector] Work around an issue with the BMOVPCB_CALL instruction on ARM by disabling does not return on __stack_chk_fail.

This is to fix the bots while I look to see if there is something I can do here.

rdar://14811848

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189076 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/ARM/stack-protector-bmovpcb_call.ll [new file with mode: 0644]