Skip to content

Commit 7d9a12c

Browse files
committed
[gn build] Manually port 89d636b
1 parent 0feb00f commit 7d9a12c

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm/include/llvm/Config

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@ write_cmake_config("config") {
137137
if (current_os == "linux" || current_os == "android") {
138138
values += [
139139
"HAVE_FUTIMENS=1",
140+
"HAVE_GETAUXVAL=1",
140141
"HAVE_MALLINFO=1",
141142
"HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC=1",
142143
]
143144
} else {
144145
values += [
145146
"HAVE_FUTIMENS=",
147+
"HAVE_GETAUXVAL=",
146148
"HAVE_MALLINFO=",
147149
"HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC=",
148150
]

0 commit comments

Comments
 (0)