[libc-commits] [libc] 2a261a7 - [libc] Add Missing TargetParser Dependency

Archibald Elliott via libc-commits libc-commits at lists.llvm.org
Tue Dec 20 03:31:21 PST 2022


Author: Archibald Elliott
Date: 2022-12-20T11:31:14Z
New Revision: 2a261a7b576424e8228b8bbac1e1a4461cf7ff19

URL: https://github.com/llvm/llvm-project/commit/2a261a7b576424e8228b8bbac1e1a4461cf7ff19
DIFF: https://github.com/llvm/llvm-project/commit/2a261a7b576424e8228b8bbac1e1a4461cf7ff19.diff

LOG: [libc] Add Missing TargetParser Dependency

Added: 
    

Modified: 
    libc/benchmarks/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/benchmarks/CMakeLists.txt b/libc/benchmarks/CMakeLists.txt
index 2ce62c5d9e0f6..f4e1ff6ec7fa1 100644
--- a/libc/benchmarks/CMakeLists.txt
+++ b/libc/benchmarks/CMakeLists.txt
@@ -81,6 +81,7 @@ target_link_libraries(libc-benchmark
     PUBLIC
     benchmark::benchmark
     LLVMSupport
+    LLVMTargetParser
     Threads::Threads
 )
 add_dependencies(libc-benchmark google-benchmark-libc)


        


More information about the libc-commits mailing list