[libc-commits] [libc] [libc] express proper dependencies for stdbit include test (PR #80318)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 1 10:40:09 PST 2024


================
@@ -17,7 +17,18 @@ add_libc_test(
 
 # stdbit_test only tests our generated stdbit.h, which is not generated in
 # overlay mode.
-if(LLVM_LIBC_FULL_BUILD AND libc.include.stdbit IN_LIST TARGET_PUBLIC_HEADERS)
+message(STATUS "TARGET_PUBLIC_HEADERS is ${TARGET_PUBLIC_HEADERS}")
----------------
michaelrj-google wrote:

nit: this should be behind a check for the verbose logging flag (or removed)

https://github.com/llvm/llvm-project/pull/80318


More information about the libc-commits mailing list