[lldb][test] Fix sh_flags and sh_entsize of .debug_str.dwo
authorFangrui Song <maskray@google.com>
Sat, 22 Feb 2020 02:48:53 +0000 (18:48 -0800)
committerFangrui Song <maskray@google.com>
Sat, 22 Feb 2020 02:51:05 +0000 (18:51 -0800)
commite29065a105342a904871437d18a4e6fab09e5bc1
treeb7f3ce622119b39dc38d66054e2cbb9ce4f92f37
parent228a2bc9b70c3d93bd28f0038a8664ef8dac042e
[lldb][test] Fix sh_flags and sh_entsize of .debug_str.dwo

sh_flags: SHF_MERGE | SHF_STRINGS | SHF_EXCLUDE
sh_entsize: 1

Incorrect sh_flags or sh_entsize is an error after the assembler change made by D73999.
lldb/test/Shell/SymbolFile/DWARF/dwp.s