[PATCH] D126086: make it a assembly test

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 12:57:16 PDT 2022


ayermolo added inline comments.


================
Comment at: bolt/test/X86/dwarf5-df-dualcu.test:4
 ; RUN: cd %t
-; RUN: llc -split-dwarf-file=main.dwo -split-dwarf-output=main.dwo -O0 -mtriple=x86_64-unknown-linux-gnu \
-; RUN: -filetype=obj %p/Inputs/dwarf5-df-dualcu-main.ll -o=main.o
-; RUN: llc -split-dwarf-file=helper.dwo -split-dwarf-output=helper.dwo -O0 -mtriple=x86_64-unknown-linux-gnu \
-; RUN: -filetype=obj %p/Inputs/dwarf5-df-dualcu-helper.ll -o=helper.o
+; RUN: llc --dwarf-version=5 -split-dwarf-file=main.dwo -O0 -mtriple=x86_64-unknown-linux-gnu \
+; RUN: %p/Inputs/dwarf5-df-dualcu-main.ll -o main.s
----------------
Can you change so that input is assembly directly?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126086



More information about the llvm-commits mailing list