summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorSean Perry <perry@ca.ibm.com>2025-02-21 10:30:35 -0500
committerGitHub <noreply@github.com>2025-02-21 10:30:35 -0500
commitd2d1f143e5087e9490416bd98e49fd2f8fb5dd01 (patch)
tree351d5bf84b870ce6b8d751589d46c33057de1622 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parent481e1eba3a3daf8f5796615c3092659c425ad25f (diff)
[z/OS] Add option to target older versions of LE on z/OS (#123399)
Add an option similar to the -qtarget option in XL to allow the user to say they want to be able to run the generated program on an older version of the LE environment. This option will do two things: - set the `__TARGET_LIBS` macro so the system headers exclude newer interfaces when targeting older environments - set the arch level to match the minimum arch level for that older version of LE. It doesn't happen right now since all of the supported LE versions have a the same minimum ach level. So the option doesn't change this yet. The user can specify three different kinds of arguments: 1. -mzos-target=zosv*V*r*R* - where V & R are the version and release 2. -mzos-target=0x4vrrmmmm - v, r, m, p are the hex values for the version, release, and modlevel 3. -mzos-target=current - uses the latest version of LE the system headers have support for
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions