diff options
author | Douglas Yung <douglas.yung@sony.com> | 2019-11-12 15:05:45 -0800 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2019-11-12 15:05:45 -0800 |
commit | 7ebde1bf67daa24ea7735f2b2d7000d074e2ba93 (patch) | |
tree | 13e7d0904d19136f741c8071d532beab16d8ffc3 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py | |
parent | 3e1aee2ba717529b651a79ed4fc7e7147358043f (diff) | |
download | bcm5719-llvm-7ebde1bf67daa24ea7735f2b2d7000d074e2ba93.tar.gz bcm5719-llvm-7ebde1bf67daa24ea7735f2b2d7000d074e2ba93.zip |
Add a shim for setenv on PS4 since it does not exist.
A few years back a similar change was made for getenv since neither function is supported on the PS4 platform.
Recently, commit d889d1e added a call to setenv in compiler-rt which was causing linking errors because the symbol was not found. This fixes that issue by putting in a shim similar to how we previously dealt with the lack of getenv.
Differential Revision: https://reviews.llvm.org/D70033
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions