llvm-project/lldb/tools/driver
Fangrui Song cdae6d7711 [lldb] Fix one leak in reproducer
Use a variable of static storage duration to reference an intentionally
leaked variable. A static data area is in the GC-set of various leak
checkers.

This fixes 3 `check-lldb-shell` tests in a `-DLLVM_USE_SANITIZER={Leaks,Address}` build,
e.g. `test/Shell/Reproducer/TestHomeDir.test`

Differential Revision: https://reviews.llvm.org/D100806
2021-04-19 19:39:10 -07:00
..
CMakeLists.txt [CMake] Configure the Info.plist so it contains a real version number. 2019-11-15 09:50:42 -08:00
Driver.cpp [lldb] Fix one leak in reproducer 2021-04-19 19:39:10 -07:00
Driver.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
Options.td [lldb] Move copying of files into reproducer out of process 2020-10-23 12:33:54 -07:00
Platform.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Platform.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-Info.plist.in [CMake] Configure the Info.plist so it contains a real version number. 2019-11-15 09:50:42 -08:00