We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49777d7 commit 7027cc6Copy full SHA for 7027cc6
lldb/test/Shell/SymbolFile/DWARF/x86/dwp-hash-collision.s
@@ -3,6 +3,9 @@
3
## split unit from the DWP file. This can sometimes happen when the compile unit
4
## is nearly empty (e.g. because LTO has optimized all of it away).
5
6
+# Is flaky on Windows on Arm.
7
+# UNSUPPORTED: system-windows
8
+
9
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s --defsym MAIN=0 > %t
10
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj %s > %t.dwp
11
# RUN: %lldb %t -o "image lookup -t my_enum_type" \
0 commit comments