We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d8d315 + 49bf8d3 commit af6bd40Copy full SHA for af6bd40
llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
@@ -223,6 +223,7 @@ write_cmake_config("config") {
223
"HAVE_SIGALTSTACK=",
224
"HAVE_STRERROR_R=",
225
"HAVE_SYSCONF=",
226
+ "HAVE_SYS_IOCTL_H=",
227
"HAVE_SYS_MMAN_H=",
228
"HAVE_UNISTD_H=",
229
"HAVE__CHSIZE_S=1",
@@ -250,6 +251,7 @@ write_cmake_config("config") {
250
251
"HAVE_SIGALTSTACK=1",
252
"HAVE_STRERROR_R=1",
253
"HAVE_SYSCONF=1",
254
+ "HAVE_SYS_IOCTL_H=1",
255
"HAVE_SYS_MMAN_H=1",
256
"HAVE_UNISTD_H=1",
257
"HAVE__CHSIZE_S=",
0 commit comments