[PATCH] D90989: [llvm] Check the debug info line table for basic block sections.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 16:46:27 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/basic-block-sections_1.ll:5
; RUN: llc -O0 %s --basic-block-sections=all -mtriple=x86_64-* -filetype=asm -o - | FileCheck --check-prefix=BB-SECTIONS-ASM %s
+; RUN: llc -O0 %s -mtriple=x86_64-* -filetype=obj -o %t && llvm-dwarfdump -debug-line %t | FileCheck --check-prefix=BB-SECTIONS-LINE-TABLE %s
----------------
`x86_64-*` -> `x86_64`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90989/new/
https://reviews.llvm.org/D90989
More information about the llvm-commits
mailing list