mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
[libc][benchmark] Do not force static linking
Being able to link statically depends on other CMake options and choice of libc.
This commit is contained in:
@@ -196,7 +196,6 @@ target_link_libraries(libc.benchmarks.memory_functions.opt_host
|
||||
libc.src.string.bzero_opt_host.__internal__
|
||||
libc.src.string.memmove_opt_host.__internal__
|
||||
benchmark_main
|
||||
-static
|
||||
)
|
||||
llvm_update_compile_flags(libc.benchmarks.memory_functions.opt_host)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user