[libc][NFC] Use add_library instead of add_llvm_library for a few libraries.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 8 Jun 2021 23:04:11 +0000 (23:04 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 8 Jun 2021 23:15:24 +0000 (23:15 +0000)
commitf4c8fd12d58ed93c447081fd8f499fb503da12ff
tree07da877b1a94ea79d04ca13c1e38cf2c831892ff
parent05cadc6f71555319882ccabf631d2e6410e3fea4
[libc][NFC] Use add_library instead of add_llvm_library for a few libraries.

These libraries do not depend on LLVM libraries anymore so they do not
have to be added using add_llvm_library.
libc/utils/FPUtil/CMakeLists.txt
libc/utils/UnitTest/CMakeLists.txt
libc/utils/testutils/CMakeLists.txt