forked from OSchip/llvm-project
[libc] Fix compile options for algorithm test
This patch fixes the problem the bots were having with the algorithm test not including pthreads correctly. They will likely need a manual forced clean build for this to take effect. Differential Revision: https://reviews.llvm.org/D128742
This commit is contained in:
parent
c755bf658f
commit
03a26c34a7
|
@ -12,6 +12,7 @@ add_libc_unittest(
|
|||
COMPILE_OPTIONS
|
||||
${LIBC_COMPILE_OPTIONS_NATIVE}
|
||||
-ffreestanding
|
||||
-pthread
|
||||
DEPENDS
|
||||
libc.src.string.memory_utils.memory_utils
|
||||
libc.src.__support.CPP.array
|
||||
|
|
Loading…
Reference in New Issue