From 9161077116e47c479edb6e16c0b97e2a451eb779 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Fri, 24 Jan 2025 22:57:29 +0000 Subject: [PATCH] Update CMakeLists.txt --- lib/Interpreter/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Interpreter/CMakeLists.txt b/lib/Interpreter/CMakeLists.txt index 9442d7e93..cf755979d 100644 --- a/lib/Interpreter/CMakeLists.txt +++ b/lib/Interpreter/CMakeLists.txt @@ -5,7 +5,6 @@ if(EMSCRIPTEN) set(LLVM_LINK_COMPONENTS BinaryFormat Core - Object Support ) else()