From d8ab22d6974197e6dd8b3e6a40e3b69da9b86cdd Mon Sep 17 00:00:00 2001 From: fye Date: Tue, 3 Jan 2023 10:14:27 -0800 Subject: [PATCH] cg_profile_use.cpp was missed out from cmake build --- src/mapleall/maple_be/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mapleall/maple_be/CMakeLists.txt b/src/mapleall/maple_be/CMakeLists.txt index 836dbfd396..b43cfee262 100755 --- a/src/mapleall/maple_be/CMakeLists.txt +++ b/src/mapleall/maple_be/CMakeLists.txt @@ -114,6 +114,7 @@ if(${TARGET} STREQUAL "aarch64" OR ${TARGET} STREQUAL "aarch64_ilp32") src/cg/tailcall.cpp src/cg/cg_pgo_gen.cpp src/cg/cg_pgo_use.cpp + src/cg/cg_profile_use.cpp src/cg/cg_ssa.cpp src/cg/cg_prop.cpp src/cg/cg_dce.cpp -- Gitee