diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2022-07-23 01:38:26 +0200 |
---|---|---|
committer | Ilya Leoshkevich <iii@linux.ibm.com> | 2022-07-23 01:38:30 +0200 |
commit | 0d89963df354ee309c15f67dc47c8ab3cb5d0fb2 (patch) | |
tree | 69b9539dd75f8a0e1162e5352f1fd030f9219cf4 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | b5414b566a5aedd90e41f01dd2b7b632afc5d5b7 (diff) | |
download | llvm-0d89963df354ee309c15f67dc47c8ab3cb5d0fb2.zip llvm-0d89963df354ee309c15f67dc47c8ab3cb5d0fb2.tar.gz llvm-0d89963df354ee309c15f67dc47c8ab3cb5d0fb2.tar.bz2 |
[Lit] Pass through DFLTCC from the surrounding environment
Many distros ship zlib with the IBM Z deflate hardware acceleration
patch [1]. Sometimes it's desirable to disable the acceleration, for
example, for reproducibility. This can be done by exporting DFLTCC=0.
llvm-lit clears this environment variable, which causes
compress-debug-sections-zlib.test fail on z15 and later machines. Add
DFLTCC to the list of variables to keep.
[1] https://github.com/madler/zlib/pull/410
Reviewed By: abrachet
Differential Revision: https://reviews.llvm.org/D130253
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions