llvm-project/lldb/lit
Pavel Labath ef8683abec ELF: Clean up section type computation
Move code into a separate function, and replace the if-else chain with
llvm::StringSwitch.

A slight behavioral change is that now I use the section flags
(SHF_TLS) instead of the section name to set the thread-specific
property. There is no explanation in the original commit introducing
this (r153537) as to why that was done this way, but the new behavior
should be more correct.

llvm-svn: 348936
2018-12-12 15:46:18 +00:00
..
Breakpoint build.py: Implement "gcc" builder 2018-12-12 08:54:14 +00:00
BuildScript build.py: Implement "gcc" builder 2018-12-12 08:54:14 +00:00
Driver Rewrite pexpect-based test in LIT/FileCheck. 2018-12-10 22:57:47 +00:00
ExecControl/StopHook [lit] Disable the stop hook tests on Windows 2018-11-20 16:24:03 +00:00
Expr [lit] Build and link TestIRMemoryMapWindows explicitly 2018-11-20 16:44:06 +00:00
Modules ELF: Clean up section type computation 2018-12-12 15:46:18 +00:00
Quit Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
Reproducer [Reproducers] Only creaate the bottom-most dir 2018-12-04 18:16:49 +00:00
Settings Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
Suite Fix a typo in mac SIP workaround 2018-08-31 06:01:02 +00:00
SymbolFile [NativePDB] Reconstruct function declarations from debug info. 2018-12-07 19:34:02 +00:00
Unit Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
helper build.py: Implement "gcc" builder 2018-12-12 08:54:14 +00:00
tools/lldb-mi Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
CMakeLists.txt [build.py] A few general improvements. 2018-12-04 21:48:27 +00:00
lit-lldb-init Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings. 2018-10-05 16:49:47 +00:00
lit.cfg.py Fix clang test suite on Windows by reverting part of r347216 2018-11-19 19:36:28 +00:00
lit.site.cfg.py.in [build.py] A few general improvements. 2018-12-04 21:48:27 +00:00