From ddaf8831a21e31d8f70eccc496b9e4dffae92c7f Mon Sep 17 00:00:00 2001 From: lzkk <956449176@qq.com> Date: Wed, 27 May 2026 10:45:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(mir):=20CMakeLists.txt=20=E6=94=B9=E7=94=A8?= =?UTF-8?q?=20GreedyAlloc.cpp=20=E6=9B=BF=E4=BB=A3=20LinearScanAlloc.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mir/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mir/CMakeLists.txt b/src/mir/CMakeLists.txt index 9a423168..b6cec6d6 100644 --- a/src/mir/CMakeLists.txt +++ b/src/mir/CMakeLists.txt @@ -11,7 +11,7 @@ add_library(mir_core STATIC MIRVerifier.cpp RegAllocVerifier.cpp InstLiveness.cpp - LinearScanAlloc.cpp + GreedyAlloc.cpp ) target_link_libraries(mir_core PUBLIC