Fix r251928 build error

llvm-svn: 251931
This commit is contained in:
Martell Malone 2015-11-03 16:04:28 +00:00
parent eec224eef7
commit 53f8a53fb6
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ if (NOT MSVC)
if (WIN32)
set(x86_64_SOURCES
${x86_64_SOURCES}
x86_64/chkstk.S)
x86_64/chkstk.S
x86_64/chkstk2.S)
endif()
@ -200,7 +200,7 @@ if (NOT MSVC)
if (WIN32)
set(i386_SOURCES
${i386_SOURCES}
i386/chkstk.S)
i386/chkstk.S
i386/chkstk2.S)
endif()