[libc-commits] [libc] 0dcdc1c - [libc] Fix integration test header dependency.
Paula Toth via libc-commits
libc-commits at lists.llvm.org
Wed Jun 10 21:52:40 PDT 2020
Author: Paula Toth
Date: 2020-06-10T21:52:27-07:00
New Revision: 0dcdc1c863ebfdefaab98459fe050bd055a54367
URL: https://github.com/llvm/llvm-project/commit/0dcdc1c863ebfdefaab98459fe050bd055a54367
DIFF: https://github.com/llvm/llvm-project/commit/0dcdc1c863ebfdefaab98459fe050bd055a54367.diff
LOG: [libc] Fix integration test header dependency.
Added:
Modified:
libc/test/src/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/test/src/CMakeLists.txt b/libc/test/src/CMakeLists.txt
index 3dc939493b01..432b6190e7bb 100644
--- a/libc/test/src/CMakeLists.txt
+++ b/libc/test/src/CMakeLists.txt
@@ -30,7 +30,7 @@ add_custom_command(
${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td
DEPENDS ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td
- libc-prototype-testgen ${PUBLIC_HEADERS}
+ libc-prototype-testgen ${TARGET_PUBLIC_HEADERS}
llvmlibc llvmlibm
)
More information about the libc-commits
mailing list