[libc-commits] [PATCH] D150727: [libc] Add a convenience CMake function `add_unittest_framework_library`.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 17 10:30:35 PDT 2023
sivachandra added a comment.
In D150727#4350004 <https://reviews.llvm.org/D150727#4350004>, @jhuber6 wrote:
> So that means `HermeticTestUtils.cpp.o` is no longer being compiled for the GPU via `--target=`
Indeed! I the hermetic test compile options were only being added to the main test framework library and not to the other test framework libraries. Hopefully its fixed now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150727/new/
https://reviews.llvm.org/D150727
More information about the libc-commits
mailing list