[PATCH] D97186: [XCOFF][llvm-dwarfdump] support llvm-dwarfdump for XCOFF DWARF

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 06:55:16 PDT 2021


jasonliu added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/XCOFF/lit.local.cfg:2
+if not 'PowerPC' in config.root.targets:
+    config.unsupported = True
----------------
If these tests are runnable on other target, then I'd prefer to let them run on other targets as well. 
People might change some staff and cause behavior change and they wouldn't know they need to update XCOFF test case if this test case is only runnable for powerpc target.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97186



More information about the llvm-commits mailing list