[Lldb-commits] [PATCH] D98619: [lldb] Use CompileUnit::ResolveSymbolContext in SymbolFileDWARF

Kim-Anh Tran via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 22 01:30:50 PDT 2021


kimanh marked an inline comment as done.
kimanh added a comment.

Unfortunately the test seems to run and fail on the ARM. I thoughty adding REQUIRES: x85 would skip no x86 ones, but maybe I did something wrong.



================
Comment at: lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s:3
+
+# REQUIRES: x86
+
----------------
I can see that my CL is failing on the ARM. From looking at the other tests I thought this line would prevent it from running on the ARM, but apparently it doesn't. How can I fix this?

https://lab.llvm.org/buildbot/#/builders/17/builds/5500


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98619/new/

https://reviews.llvm.org/D98619



More information about the lldb-commits mailing list