MaskRay added inline comments.
================ Comment at: llvm/test/CodeGen/X86/basic-block-sections-labels-functions-sections.ll:1 +; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -function-sections -basic-block-sections=labels | FileCheck %s + ---------------- You can drop `-unknown-linux-gnu`. This is a generic ELF feature. ================ 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-pc-linux -function-sections -basic-block-sections=labels | FileCheck %s -check-prefix=LINUX-LABELS +; RUN: llc < %s -mtriple=x86_64 -function-sections -basic-block-sections=labels | FileCheck %s -check-prefix=CHECK ---------------- Delete `-check-prefix=CHECK` It is the default Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85408/new/ https://reviews.llvm.org/D85408 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits