[PATCH] D92113: Let .llvm_bb_addr_map section use the same unique id as its associated .text section.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 11:14:04 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/X86/basic-block-sections-labels.ll:2
; Check the basic block sections labels option
-; RUN: llc < %s -mtriple=x86_64 -function-sections -basic-block-sections=labels | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64 -function-sections -unique-section-names=true -basic-block-sections=labels | FileCheck %s -check-prefix=UNIQ
+; RUN: llc < %s -mtriple=x86_64 -function-sections -unique-section-names=false -basic-block-sections=labels | FileCheck %s -check-prefix=NOUNIQ
----------------
For FileCheck options, `--` is more common.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92113/new/
https://reviews.llvm.org/D92113
More information about the llvm-commits
mailing list