From 0eb1cf4a7f7fb15bef7729b375b428476b3ff399 Mon Sep 17 00:00:00 2001 From: lzkk <956449176@qq.com> Date: Thu, 28 May 2026 08:48:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E7=A9=BA=E6=A1=A9?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=88PassManager.cpp/ConstEval.cpp?= =?UTF-8?q?=EF=BC=89=E4=BB=8E=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这些文件仅含注释或include,无实际代码。 --- src/ir/passes/CMakeLists.txt | 1 - src/mir/passes/CMakeLists.txt | 1 - src/sem/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/src/ir/passes/CMakeLists.txt b/src/ir/passes/CMakeLists.txt index aa716f16..076ddefa 100644 --- a/src/ir/passes/CMakeLists.txt +++ b/src/ir/passes/CMakeLists.txt @@ -1,5 +1,4 @@ add_library(ir_passes STATIC - PassManager.cpp Mem2Reg.cpp LICM.cpp ConstFold.cpp diff --git a/src/mir/passes/CMakeLists.txt b/src/mir/passes/CMakeLists.txt index a236ece7..fde15d9b 100644 --- a/src/mir/passes/CMakeLists.txt +++ b/src/mir/passes/CMakeLists.txt @@ -1,5 +1,4 @@ add_library(mir_passes STATIC - PassManager.cpp Peephole.cpp BlockLayoutOpt.cpp MIRCleanup.cpp diff --git a/src/sem/CMakeLists.txt b/src/sem/CMakeLists.txt index b3bc0117..958afc38 100644 --- a/src/sem/CMakeLists.txt +++ b/src/sem/CMakeLists.txt @@ -1,7 +1,6 @@ add_library(sem STATIC Sema.cpp SymbolTable.cpp - ConstEval.cpp ) target_link_libraries(sem PUBLIC