Skip to content

Commit 53f8a53

Browse files
committedNov 3, 2015
Fix r251928 build error
llvm-svn: 251931
1 parent eec224e commit 53f8a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎compiler-rt/lib/builtins/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ if (NOT MSVC)
176176
if (WIN32)
177177
set(x86_64_SOURCES
178178
${x86_64_SOURCES}
179-
x86_64/chkstk.S)
179+
x86_64/chkstk.S
180180
x86_64/chkstk2.S)
181181
endif()
182182

@@ -200,7 +200,7 @@ if (NOT MSVC)
200200
if (WIN32)
201201
set(i386_SOURCES
202202
${i386_SOURCES}
203-
i386/chkstk.S)
203+
i386/chkstk.S
204204
i386/chkstk2.S)
205205
endif()
206206

0 commit comments

Comments
 (0)