Skip to content

Commit

Permalink
Exclude jithelp.asm for x86/Linux (dotnet/coreclr#8393)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@04820d1
  • Loading branch information
parjong authored and janvorli committed Nov 30, 2016
1 parent 245b4bd commit 7321c9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/src/vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ elseif(CLR_CMAKE_TARGET_ARCH_I386)
)

set(VM_SOURCES_WKS_ARCH
${ARCH_SOURCES_DIR}/jithelp.asm
${ARCH_SOURCES_DIR}/jitinterfacex86.cpp
${ARCH_SOURCES_DIR}/profiler.cpp
)
Expand Down

0 comments on commit 7321c9c

Please sign in to comment.