[PATCH] D154793: [DWARFLinkerParallel] Add support of accelerator tables to DWARFLinkerParallel.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:17:56 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/tools/dsymutil/X86/basic-linking-bundle.test:27
+RUN: mkdir -p %t/dsymdest
+RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64
+
----------------
cp is better


================
Comment at: llvm/test/tools/dsymutil/X86/basic-linking-x86.test:14
+
+RUN: cat %p/../Inputs/basic.macho.x86_64 > %t1
+RUN: dsymutil --linker llvm -accelerator=Pub -f -oso-prepend-path=%p/.. %t1
----------------
cp


================
Comment at: llvm/test/tools/dsymutil/X86/multiple-inputs.test:46
+RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dwarf \
+RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,BASIC
+RUN: llvm-dwarfdump -a %t/basic-archive.macho.x86_64.dwarf \
----------------
2-column indentation for continuation lines


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154793



More information about the llvm-commits mailing list