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.
1 parent eec224e commit 53f8a53Copy full SHA for 53f8a53
compiler-rt/lib/builtins/CMakeLists.txt
@@ -176,7 +176,7 @@ if (NOT MSVC)
176
if (WIN32)
177
set(x86_64_SOURCES
178
${x86_64_SOURCES}
179
- x86_64/chkstk.S)
+ x86_64/chkstk.S
180
x86_64/chkstk2.S)
181
endif()
182
@@ -200,7 +200,7 @@ if (NOT MSVC)
200
201
set(i386_SOURCES
202
${i386_SOURCES}
203
- i386/chkstk.S)
+ i386/chkstk.S
204
i386/chkstk2.S)
205
206
0 commit comments