[PATCH] D151932: Add dsymutil dwarf5 tests for darwin

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 15:48:49 PDT 2023


bulbazord added inline comments.


================
Comment at: llvm/test/tools/dsymutil/ARM/dwarf5-darwin.test:1
+RUN: rm -rf %t.dir && mkdir -p %t.dir
+RUN: yaml2obj %p/../Inputs/dwarf5-darwin.yaml -o %t.dir/dwarf5-darwin.o
----------------
avl wrote:
> probably, it should have
> ```
> # REQUIRES: system-darwin
> ```
> ?
My understanding is that shouldn't be needed. You can run most dsymutil tests on non-darwin systems.


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

https://reviews.llvm.org/D151932



More information about the llvm-commits mailing list