diff options
| author | Stella Stamenova <stilis@microsoft.com> | 2021-06-29 12:09:56 -0700 |
|---|---|---|
| committer | Stella Stamenova <stilis@microsoft.com> | 2021-06-29 12:58:55 -0700 |
| commit | bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c (patch) | |
| tree | d8baebcd129f1643452e8f4a7dbc9de6b5e2d222 /lldb/test/Shell/ObjectFile | |
| parent | c1194c2ec35029f96ce75ab54555dccf2b7e8681 (diff) | |
| download | llvm-bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c.zip llvm-bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c.tar.gz llvm-bb2cfca2f3237d7f722e95d4cab9f3d71f728c9c.tar.bz2 | |
Revert D104488 and friends since it broke the windows bot
Reverts commits:
"Fix failing tests after https://reviews.llvm.org/D104488."
"Fix buildbot failure after https://reviews.llvm.org/D104488."
"Create synthetic symbol names on demand to improve memory consumption and startup times."
This series of commits broke the windows lldb bot and then failed to fix all of the failing tests.
Diffstat (limited to 'lldb/test/Shell/ObjectFile')
| -rw-r--r-- | lldb/test/Shell/ObjectFile/ELF/eh_frame-symbols.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/Shell/ObjectFile/ELF/eh_frame-symbols.yaml b/lldb/test/Shell/ObjectFile/ELF/eh_frame-symbols.yaml index 0dcc9fb..6178a45 100644 --- a/lldb/test/Shell/ObjectFile/ELF/eh_frame-symbols.yaml +++ b/lldb/test/Shell/ObjectFile/ELF/eh_frame-symbols.yaml @@ -3,8 +3,8 @@ # CHECK: Index UserID DSX Type File Address/Value Load Address Size Flags Name # CHECK: [ 0] 1 SourceFile 0x0000000000000000 0x0000000000000000 0x00000004 - -# CHECK: [ 1] 2 SX Code 0x0000000000201180 0x0000000000000010 0x00000000 ___lldb_unnamed_symbol{{[0-9]*}} -# CHECK: [ 2] 3 SX Code 0x0000000000201190 0x0000000000000006 0x00000000 ___lldb_unnamed_symbol{{[0-9]*}} +# CHECK: [ 1] 2 SX Code 0x0000000000201180 0x0000000000000010 0x00000000 ___lldb_unnamed_symbol1$${{.*}} +# CHECK: [ 2] 3 SX Code 0x0000000000201190 0x0000000000000006 0x00000000 ___lldb_unnamed_symbol2$${{.*}} --- !ELF FileHeader: |
