[PATCH] D149106: Factor out split-dwarf test in Generic/empty.ll to it's own test file

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 16:12:43 PDT 2023


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: ormris.


================
Comment at: llvm/test/DebugInfo/X86/empty-split-dwarf.ll:1
+; UNSUPPORTED: target={{.*}}-aix{{.*}}
+; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj --mtriple=x86_64-unknown-linux-elf | llvm-dwarfdump -v - | FileCheck --check-prefix=FISSION %s
----------------
This is probably redundant now, since we hardcode a triple, but it probably also doesn't hurt.


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

https://reviews.llvm.org/D149106



More information about the llvm-commits mailing list