Skip to content

Commit 74852bf

Browse files
[libc]: fix missing linux/error-number-macros.h (#97101)
The headers installation previously missed platform-specific number macros, and this fixes that. From discussion on LLVM discord with `michaelrj` – ccing @michaelrj-google who hopefully is the same person 😅 N.B. I have tested this manually in my Linux Dockerfile and it appears to do the right thing; I haven't done much more than that.
1 parent 7841520 commit 74852bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/include/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ add_gen_header(
223223
GEN_HDR errno.h
224224
DEPENDS
225225
.llvm-libc-macros.generic_error_number_macros
226+
.llvm-libc-macros.error_number_macros
226227
)
227228

228229
add_gen_header(

0 commit comments

Comments
 (0)