[PATCH] D143458: [llvm][dsymutil] Add DW_TAG_imported_declaration to accelerator table

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 01:42:25 PST 2023


avl added inline comments.


================
Comment at: llvm/test/tools/dsymutil/ARM/accel-imported-declarations.test:3
+RUN: dsymutil -accelerator=Apple %p/../Inputs/accel-imported-declaration.macho-arm64 -o %t.apple.dSYM
+RUN: dsymutil -accelerator=None %p/../Inputs/accel-imported-declaration.macho-arm64 -o %t.none.dSYM
+
----------------
it looks like -accelerator=None run is not necessary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143458



More information about the llvm-commits mailing list