Skip to content

Commit

Permalink
Merge r174883 - [cmake] Remove duplicated source files
Browse files Browse the repository at this point in the history
  • Loading branch information
ossy-szeged authored and carlosgcampos committed Nov 11, 2014
1 parent 845983e commit 15b317a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/JavaScriptCore/CMakeLists.txt
Expand Up @@ -1064,9 +1064,6 @@ elseif (WTF_CPU_S390X)
elseif (WTF_CPU_MIPS)
elseif (WTF_CPU_SH4)
elseif (WTF_CPU_X86)
list(APPEND JavaScriptCore_SOURCES
assembler/MacroAssemblerX86Common.cpp
)
elseif (WTF_CPU_X86_64)
if (MSVC AND ENABLE_JIT)
add_custom_command(
Expand All @@ -1077,9 +1074,6 @@ elseif (WTF_CPU_X86_64)

list(APPEND JavaScriptCore_SOURCES ${DERIVED_SOURCES_DIR}/JITStubsMSVC64.obj)
endif ()
list(APPEND JavaScriptCore_SOURCES
assembler/MacroAssemblerX86Common.cpp
)
else ()
message(FATAL_ERROR "Unknown CPU")
endif ()
Expand Down
9 changes: 9 additions & 0 deletions Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
2014-10-20 Csaba Osztrogonác <ossy@webkit.org>

[cmake] Remove duplicated source files
https://bugs.webkit.org/show_bug.cgi?id=137875

Reviewed by Gyuyoung Kim.

* CMakeLists.txt:

2014-10-16 Adrien Destugues <pulkomandy@gmail.com>

Use isnan from std namespace in ProfileGenerator.cpp
Expand Down

0 comments on commit 15b317a

Please sign in to comment.