llvm-project/lldb/tools/lldb-test
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
..
CMakeLists.txt
FormatUtil.cpp
FormatUtil.h
SystemInitializerTest.cpp Re-commit "Introduce ObjectFileBreakpad" 2018-12-10 17:16:38 +00:00
SystemInitializerTest.h [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
lldb-test.cpp ELF: Clean up section type computation 2018-12-12 15:46:18 +00:00