git://git.jankratochvil.net
/
lldb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8d182
)
[libc] Fix integration test header dependency.
author
Paula Toth
<paulatoth@google.com>
Thu, 11 Jun 2020 04:33:56 +0000
(21:33 -0700)
committer
Paula Toth
<paulatoth@google.com>
Thu, 11 Jun 2020 04:52:27 +0000
(21:52 -0700)
libc/test/src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/libc/test/src/CMakeLists.txt
b/libc/test/src/CMakeLists.txt
index
3dc9394
..
432b619
100644
(file)
--- 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
)