From 3ebb39e0169478ccb4bcfd4b14a4787aa45f00f4 Mon Sep 17 00:00:00 2001 From: shylie Date: Sat, 21 Mar 2026 20:30:19 -0400 Subject: [PATCH] Fix undefined reference to asmprinter --- llvm/lib/Target/Foot/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/Foot/CMakeLists.txt b/llvm/lib/Target/Foot/CMakeLists.txt index 32a2ebdb44c5..80cdde09cfe7 100644 --- a/llvm/lib/Target/Foot/CMakeLists.txt +++ b/llvm/lib/Target/Foot/CMakeLists.txt @@ -31,6 +31,7 @@ add_llvm_target(FootCodeGen FootDesc FootInfo + AsmPrinter Analysis CodeGen Core