Index: test/CodeGen/X86/partition-sections.ll =================================================================== --- test/CodeGen/X86/partition-sections.ll +++ test/CodeGen/X86/partition-sections.ll @@ -1,6 +1,6 @@ -; RUN: llc < %s -group-functions-by-hotness=true | FileCheck %s -check-prefix=PARTITION -; RUN: llc < %s -function-sections -group-functions-by-hotness=false | FileCheck %s -check-prefix=NO-PARTITION-FUNCTION-SECTION -; RUN: llc < %s -function-sections -group-functions-by-hotness=true | FileCheck %s -check-prefix=PARTITION-FUNCTION-SECTION +; RUN: llc < %s -mtriple=x86_64-pc-linux -group-functions-by-hotness=true | FileCheck %s -check-prefix=PARTITION +; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -group-functions-by-hotness=false | FileCheck %s -check-prefix=NO-PARTITION-FUNCTION-SECTION +; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -group-functions-by-hotness=true | FileCheck %s -check-prefix=PARTITION-FUNCTION-SECTION ; PARTITION: .text.unlikely ; PARTITION: .globl _Z3foov