summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorQuinn Pham <Quinn.Pham@ibm.com>2022-03-14 15:13:47 -0500
committerQuinn Pham <Quinn.Pham@ibm.com>2022-04-07 16:00:12 -0500
commit2aae5b1fac3898afa10b550eee5e97f394aed0e6 (patch)
treeeabc4dba3f11fd2cfbdae7e9c820ccc035c8f58f /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parent8ece6b78c0425ba587c34bbb046d1cb6529a4569 (diff)
[PowerPC] Fix EmitPPCBuiltinExpr to emit arguments once
This patch changes `EmitPPCBuiltinExpr` in `CGBuiltin.cpp` to remove the loop at the beginning of the function that emits the arguments and to delay emitting the arguments until inside the switch statement. These changes will put `EmitPPCBuiltinExpr` in line with the strategy of the target independent function `EmitBuiltinExpr`. Also, this patch ensures that arguments are only emitted once. Tests that included builtins affected by these changes have been modified to match expected behaviour. Reviewed By: #powerpc, nemanjai, amyk Differential Revision: https://reviews.llvm.org/D121637
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions