[llvm] e64a1c0 - Fix unintended extra commit in PR #107499

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 18:26:51 PDT 2024


Author: Mircea Trofin
Date: 2024-09-09T18:26:44-07:00
New Revision: e64a1c00c1d612dccd976c06fdac85afa3b06fbe

URL: https://github.com/llvm/llvm-project/commit/e64a1c00c1d612dccd976c06fdac85afa3b06fbe
DIFF: https://github.com/llvm/llvm-project/commit/e64a1c00c1d612dccd976c06fdac85afa3b06fbe.diff

LOG: Fix unintended extra commit in PR #107499

Added: 
    

Modified: 
    llvm/test/Other/opt-hot-cold-split.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Other/opt-hot-cold-split.ll b/llvm/test/Other/opt-hot-cold-split.ll
index cd290dcc306570..21c713d35bb746 100644
--- a/llvm/test/Other/opt-hot-cold-split.ll
+++ b/llvm/test/Other/opt-hot-cold-split.ll
@@ -2,7 +2,7 @@
 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto-pre-link<Os>' -debug-pass-manager < %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=LTO-PRELINK-Os
 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='thinlto-pre-link<Os>' -debug-pass-manager < %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=THINLTO-PRELINK-Os
 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto<Os>' -debug-pass-manager < %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=LTO-POSTLINK-Os
-; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -LINK-Os
+; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='thinlto<Os>' -debug-pass-manager < %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=THINLTO-POSTLINK-Os
 
 ; REQUIRES: asserts
 


        


More information about the llvm-commits mailing list