[llvm] [BOLT][NFC] Add split-dwarf4 test with multiple CUs (PR #93741)
Sayhaan Siddiqui via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 16:34:23 PDT 2024
================
@@ -0,0 +1,97 @@
+; RUN: rm -rf %t
+; RUN: mkdir %t
+; RUN: cd %t
+;; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-input-lowpc-ranges-main.s \
+; RUN: -split-dwarf-file=main.dwo -o main.o
+;; RUN: llvm-mc -dwarf-version=4 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf4-df-input-lowpc-ranges-other.s \
+; RUN: -split-dwarf-file=other.dwo -o other.o
----------------
sayhaan wrote:
Yes, for some reason only ran into an issue with it for the dwarf5 test. Will fix.
https://github.com/llvm/llvm-project/pull/93741
More information about the llvm-commits
mailing list