summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2018-05-17 13:17:33 +0000
committerPeter Smith <peter.smith@linaro.org>2018-05-17 13:17:33 +0000
commit84a9c481f5916d26bd64d27b29465f52549754ad (patch)
treeb83ef29d24a6bc9731422c48770d44d248eaeb7c /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py
parent0c0336e003ba227d28a42b5eba55d0c96b244983 (diff)
downloadbcm5719-llvm-84a9c481f5916d26bd64d27b29465f52549754ad.tar.gz
bcm5719-llvm-84a9c481f5916d26bd64d27b29465f52549754ad.zip
[AArch64] Correct inline assembly test case for S modifier [NFC]
The existing test for the AArch64 inline assembly constraint S uses the A and L modifiers. These modifiers were implemented in the original AArch64 backend but were not carried forward to the merged backend. The A is associated with ADRP and does nothing, the L is associated with :lo12: . Given that A and L are not supported by GCC and not supported by the new implementation of constraint S in LLVM (see D46745) I've altered the test to put :lo12: directly in the string so that A and L are not needed. Differential Revision: https://reviews.llvm.org/D46932 llvm-svn: 332606
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud