summaryrefslogtreecommitdiff
path: root/libc/benchmarks
diff options
context:
space:
mode:
authorArchibald Elliott <archibald.elliott@arm.com>2022-12-20 11:29:04 +0000
committerArchibald Elliott <archibald.elliott@arm.com>2022-12-20 11:31:14 +0000
commit2a261a7b576424e8228b8bbac1e1a4461cf7ff19 (patch)
tree3caa04d7593e33ed28b5d350f04bd55cd523ee29 /libc/benchmarks
parente1323aa1d899652226b5fee3f05848a11169334f (diff)
downloadllvm-2a261a7b576424e8228b8bbac1e1a4461cf7ff19.tar.gz
[libc] Add Missing TargetParser Dependency
Diffstat (limited to 'libc/benchmarks')
-rw-r--r--libc/benchmarks/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/benchmarks/CMakeLists.txt b/libc/benchmarks/CMakeLists.txt
index 2ce62c5d9e0f..f4e1ff6ec7fa 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)