[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:
Michael Jones 2022-06-28 10:20:13 -07:00
parent c755bf658f
commit 03a26c34a7
1 changed files with 1 additions and 0 deletions

View File

@ -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