Installation error

403 views
Skip to first unread message

Raghavender Mylagary

unread,
Jun 15, 2017, 2:46:51 PM6/15/17
to emscripten-discuss
Hi,
      I am trying to install emscripten for Webassembly as mentioned in the article https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm. I am getting the below error, Please help me.

Thanks
-Raghavender Mylagary

Running CMake: ['cmake', '-G', 'Visual Studio 14 Win64', '-DCMAKE_BUILD_TYPE=Release', '-DPYTHON_EXECUTABLE=D:\\Python27\\python.exe', '-DLLVM_TARGETS_TO_BUILD=X86;JSBackend', '-DLLVM_INCLUDE_EXAMPLES=OFF', '-DCLANG_INCLUDE_EXAMPLES=OFF', '-DLLVM_INCLUDE_TESTS=OFF', '-DCLANG_INCLUDE_TESTS=OFF', '-DLLVM_ENABLE_ASSERTIONS=OFF', 'D:/wasm/emsdk/clang/fastcomp\\src']
CMake Error at CMakeLists.txt:47 (project):
  Failed to run MSBuild command:

    C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe

  to get the value of VCTargetsPath:

    Microsoft (R) Build Engine version 14.0.25420.1
    Copyright (C) Microsoft Corporation. All rights reserved.

    Build started 6/15/2017 11:57:41 PM.
    Project "D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\CMakeFiles\3.9.0-rc2\VCTargetsPath.vcxproj" on node 1 (default targets).
    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\CMakeFiles\3.9.0-rc2\VCTargetsPath.vcxproj]
    Done Building Project "D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\CMakeFiles\3.9.0-rc2\VCTargetsPath.vcxproj" (default targets) -- FAILED.

    Build FAILED.

    "D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\CMakeFiles\3.9.0-rc2\VCTargetsPath.vcxproj" (default target) (1) ->
    (Desktop_PlatformPrepareForBuild target) ->
      C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\CMakeFiles\3.9.0-rc2\VCTargetsPath.vcxproj]

        0 Warning(s)
        1 Error(s)

    Time Elapsed 00:00:00.78


  Exit code: 1



-- Configuring incomplete, errors occurred!
See also "D:/wasm/emsdk/clang/fastcomp/build_incoming_vs2015_64/CMakeFiles/CMakeOutput.log".
CMake invocation failed due to exception!
Working directory: D:/wasm/emsdk/clang/fastcomp\build_incoming_vs2015_64
Command '['cmake', '-G', 'Visual Studio 14 Win64', '-DCMAKE_BUILD_TYPE=Release', '-DPYTHON_EXECUTABLE=D:\\Python27\\python.exe', '-DLLVM_TARGETS_TO_BUILD=X86;JSBackend', '-DLLVM_INCLUDE_EXAMPLES=OFF', '-DCLANG_INCLUDE_EXAMPLES=OFF', '-DLLVM_INCLUDE_TESTS=OFF', '-DCLANG_INCLUDE_TESTS=OFF', '-DLLVM_ENABLE_ASSERTIONS=OFF', 'D:/wasm/emsdk/clang/fastcomp\\src']' returned non-zero exit status 1
Installation failed!

Jukka Jylänki

unread,
Jun 16, 2017, 5:09:30 AM6/16/17
to emscripte...@googlegroups.com
The error seems to be as it reads "The Windows SDK version 8.1 was not
found. Install the required version of Windows SDK ..."

Try downloading and installing either

https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk

or

https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-disc...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Message has been deleted

Raghavender Mylagary

unread,
Jun 16, 2017, 6:59:30 PM6/16/17
to emscripten-discuss
That is fixed now i am getting the below error
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\Raghav>d:

D:\>md wasm

D:\>cd wasm

Cloning into 'emsdk'...
remote: Counting objects: 967, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 967 (delta 7), reused 13 (delta 4), pack-reused 947
Receiving objects: 100% (967/967), 483.62 KiB | 96.00 KiB/s, done.
Resolving deltas: 100% (604/604), done.

D:\wasm>cd emsdk

D:\wasm\emsdk>emsdk install --build=Release sdk-incoming-64bit binaryen-master-64bit
Fetching all tags from Emscripten Github repository...
Done. 100 tagged releases available, latest is 1.37.13.
Fetching all tags from Binaryen Github repository...
Done. 27 tagged Binaryen releases available, latest is 1.37.13.
Fetching all precompiled Nightly versions..
Fetching all precompiled tagged releases..
Installing SDK 'sdk-incoming-64bit'..
Installing tool 'clang-incoming-64bit'..
Cloning into 'D:/wasm/emsdk/clang/fastcomp\src'...
remote: Counting objects: 1306905, done.
remote: Total 1306905 (delta 0), reused 0 (delta 0), pack-reused 1306905
Receiving objects: 100% (1306905/1306905), 283.59 MiB | 1.46 MiB/s, done.
Resolving deltas: 100% (1076981/1076981), done.
Checking out files: 100% (21813/21813), done.
Fetching latest changes to the branch 'incoming' for 'D:/wasm/emsdk/clang/fastcomp\src'...
Already up-to-date.
Successfully updated and checked out branch 'incoming' on repository 'D:/wasm/emsdk/clang/fastcomp\src'
Current repository version: "Fri, 26 May 2017 10:27:03 -0700 cd8feb18426289a8ed7a7ac9e5dac2ea663d09bf"
Cloning into 'D:/wasm/emsdk/clang/fastcomp\src\tools/clang'...
remote: Counting objects: 616856, done.
remote: Total 616856 (delta 0), reused 0 (delta 0), pack-reused 616856
Receiving objects: 100% (616856/616856), 128.24 MiB | 1.92 MiB/s, done.
Resolving deltas: 100% (523292/523292), done.
Checking out files: 100% (12613/12613), done.
Fetching latest changes to the branch 'incoming' for 'D:/wasm/emsdk/clang/fastcomp\src\tools/clang'...
Already up-to-date.
Successfully updated and checked out branch 'incoming' on repository 'D:/wasm/emsdk/clang/fastcomp\src\tools/clang'
Current repository version: "Fri, 26 May 2017 10:26:53 -0700 a1ed3cfe03ddc6c3a581adc412276e7841df8e5f"
Running CMake: ['cmake', '-G', 'Visual Studio 14 Win64', '-DCMAKE_BUILD_TYPE=Release', '-DPYTHON_EXECUTABLE=D:\\Python27\\python.exe', '-DLLVM_TARGETS_TO_BUILD=X86;JSBackend', '-DLLVM_INCLUDE_EXAMPLES=OFF', '-DCLANG_INCLUDE_EXAMPLES=OFF', '-DLLVM_INCLUDE_TESTS=OFF', '-DCLANG_INCLUDE_TESTS=OFF', '-DLLVM_ENABLE_ASSERTIONS=OFF', 'D:/wasm/emsdk/clang/fastcomp\\src']
-- The C compiler identification is MSVC 19.0.24215.1
-- The CXX compiler identification is MSVC 19.0.24215.1
-- The ASM compiler identification is MSVC
-- Found assembler: D:/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: D:/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: D:/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: D:/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: D:/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for dirent.h
-- Looking for dirent.h - not found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - not found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for link.h
-- Looking for link.h - not found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for malloc/malloc.h
-- Looking for malloc/malloc.h - not found
-- Looking for ndir.h
-- Looking for ndir.h - not found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for sys/dir.h
-- Looking for sys/dir.h - not found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - not found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/ndir.h
-- Looking for sys/ndir.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - not found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/uio.h
-- Looking for sys/uio.h - not found
-- Looking for termios.h
-- Looking for termios.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- Looking for zlib.h
-- Looking for zlib.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for FE_ALL_EXCEPT
-- Looking for FE_ALL_EXCEPT - found
-- Looking for FE_INEXACT
-- Looking for FE_INEXACT - found
-- Looking for mach/mach.h
-- Looking for mach/mach.h - not found
-- Looking for histedit.h
-- Looking for histedit.h - not found
-- Looking for CrashReporterClient.h
-- Looking for CrashReporterClient.h - not found
-- Looking for xar_open in xar
-- Looking for xar_open in xar - not found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for backtrace
-- Looking for backtrace - not found
-- Looking for _Unwind_Backtrace
-- Looking for _Unwind_Backtrace - not found
-- Looking for getpagesize
-- Looking for getpagesize - not found
-- Looking for sysconf
-- Looking for sysconf - not found
-- Looking for getrusage
-- Looking for getrusage - not found
-- Looking for setrlimit
-- Looking for setrlimit - not found
-- Looking for isatty
-- Looking for isatty - not found
-- Looking for futimens
-- Looking for futimens - not found
-- Looking for futimes
-- Looking for futimes - not found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - not found
-- Looking for sigaltstack
-- Looking for sigaltstack - not found
-- Looking for lseek64
-- Looking for lseek64 - not found
-- Looking for mallctl
-- Looking for mallctl - not found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for malloc_zone_statistics
-- Looking for malloc_zone_statistics - not found
-- Looking for mkdtemp
-- Looking for mkdtemp - not found
-- Looking for mkstemp
-- Looking for mkstemp - not found
-- Looking for mktemp
-- Looking for mktemp - not found
-- Looking for getcwd
-- Looking for getcwd - not found
-- Looking for gettimeofday
-- Looking for gettimeofday - not found
-- Looking for getrlimit
-- Looking for getrlimit - not found
-- Looking for posix_spawn
-- Looking for posix_spawn - not found
-- Looking for pread
-- Looking for pread - not found
-- Looking for realpath
-- Looking for realpath - not found
-- Looking for sbrk
-- Looking for sbrk - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strerror_r
-- Looking for strerror_r - not found
-- Looking for strerror_s
-- Looking for strerror_s - found
-- Looking for setenv
-- Looking for setenv - not found
-- Looking for _chsize_s
-- Looking for _chsize_s - found
-- Looking for _alloca
-- Looking for _alloca - not found
-- Looking for __alloca
-- Looking for __alloca - not found
-- Looking for __chkstk
-- Looking for __chkstk - found
-- Looking for __chkstk_ms
-- Looking for __chkstk_ms - not found
-- Looking for ___chkstk
-- Looking for ___chkstk - not found
-- Looking for ___chkstk_ms
-- Looking for ___chkstk_ms - not found
-- Looking for __ashldi3
-- Looking for __ashldi3 - not found
-- Looking for __ashrdi3
-- Looking for __ashrdi3 - not found
-- Looking for __divdi3
-- Looking for __divdi3 - not found
-- Looking for __fixdfdi
-- Looking for __fixdfdi - not found
-- Looking for __fixsfdi
-- Looking for __fixsfdi - not found
-- Looking for __floatdidf
-- Looking for __floatdidf - not found
-- Looking for __lshrdi3
-- Looking for __lshrdi3 - not found
-- Looking for __moddi3
-- Looking for __moddi3 - not found
-- Looking for __udivdi3
-- Looking for __udivdi3 - not found
-- Looking for __umoddi3
-- Looking for __umoddi3 - not found
-- Looking for __main
-- Looking for __main - not found
-- Looking for __cmpdi2
-- Looking for __cmpdi2 - not found
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - not found
-- Performing Test HAVE_INT64_T
-- Performing Test HAVE_INT64_T - Success
-- Performing Test HAVE_UINT64_T
-- Performing Test HAVE_UINT64_T - Success
-- Performing Test HAVE_U_INT64_T
-- Performing Test HAVE_U_INT64_T - Failed
-- Performing Test LLVM_HAS_ATOMICS
-- Performing Test LLVM_HAS_ATOMICS - Success
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Failed
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Sphinx disabled.
-- Go bindings disabled.
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- LLVM host triple: x86_64-pc-win32
-- LLVM default target triple: x86_64-pc-win32
-- Using Debug VC++ CRT: MDd
-- Using Release VC++ CRT: MD
-- Using MinSizeRel VC++ CRT: MD
-- Using RelWithDebInfo VC++ CRT: MD
-- Using Release VC++ CRT: MD
-- Found PythonInterp: D:/Python27/python.exe (found version "2.7.13")
-- Constructing LLVMBuild project information
-- LLVMHello ignored -- Loadable modules not supported on this platform.
-- Targeting X86
-- Targeting JSBackend
-- Looking for sys/resource.h
-- Looking for sys/resource.h - not found
-- Clang version: 4.0.0
-- SampleAnalyzerPlugin ignored -- Loadable modules not supported on this platform.
-- PrintFunctionNames ignored -- Loadable modules not supported on this platform.
-- AnnotateFunctions ignored -- Loadable modules not supported on this platform.
-- BugpointPasses ignored -- Loadable modules not supported on this platform.
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CLANG_INCLUDE_EXAMPLES


-- Build files have been written to: D:/wasm/emsdk/clang/fastcomp/build_incoming_vs2015_64
Performing a parallel build with 3 cores.
Running build: ['C:\\Program Files (x86)\\MSBuild/14.0/Bin/amd64\\MSBuild.exe', '/t:Build', '/p:Configuration=Release', '/p:Platform=x64', '/nologo', '/verbosity:minimal', 'LLVM.sln']
  Checking Build System
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Demangle/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Support/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/TableGen/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/TableGen/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/include/llvm/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/include/llvm/IR/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/IR/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/IRReader/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/CodeGen/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/CodeGen/SelectionDAG/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/CodeGen/AsmPrinter/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/CodeGen/MIRParser/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/CodeGen/GlobalISel/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Bitcode/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Bitcode/Reader/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Bitcode/Writer/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/Utils/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/Instrumentation/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/InstCombine/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/Scalar/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/IPO/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/Vectorize/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/Hello/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/ObjCARC/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Transforms/Coroutines/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Linker/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Analysis/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/LTO/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/MC/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/MC/MCParser/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/MC/MCDisassembler/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Object/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ObjectYAML/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Option/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/DWARF/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/MSF/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/CodeView/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/PDB/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/Symbolize/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ExecutionEngine/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ExecutionEngine/Interpreter/CMakeFiles/generate.stamp is up-to-dat
  e.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ExecutionEngine/MCJIT/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ExecutionEngine/Orc/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/generate.stamp is up-to-dat
  e.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/AsmParser/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/Disassembler/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/InstPrinter/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/MCTargetDesc/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/TargetInfo/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/X86/Utils/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/JSBackend/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/JSBackend/TargetInfo/CMakeFiles/generate.stamp is up-to-dat
  e.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/JSBackend/MCTargetDesc/CMakeFiles/generate.stamp is up-to-d
  ate.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Target/JSBackend/NaCl/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/AsmParser/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/LineEditor/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ProfileData/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ProfileData/Coverage/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Fuzzer/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Passes/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/LibDriver/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/XRay/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/FileCheck/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/PerfectShuffle/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/count/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/not/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/llvm-lit/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/yaml-bench/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/unittest/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/unittest/UnitTestMain/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/LLVMVisualizers/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/projects/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/lto/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/gold/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-ar/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-config/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-lto/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-profdata/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/utils/TableGen/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/AST/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/Basic/CMakeFiles/generate.stamp is up-to-dat
  e.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/Driver/CMakeFiles/generate.stamp is up-to-da
  te.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/Parse/CMakeFiles/generate.stamp is up-to-dat
  e.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/Sema/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/Serialization/CMakeFiles/generate.stamp is u
  p-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/generate.
  stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Headers/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Basic/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Lex/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Parse/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/AST/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/ASTMatchers/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/generate.stamp is up-to
  -date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Sema/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/CodeGen/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Analysis/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Edit/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Rewrite/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/ARCMigrate/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Driver/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Serialization/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Frontend/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Frontend/Rewrite/CMakeFiles/generate.stamp is up-to-da
  te.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/FrontendTool/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Tooling/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Tooling/Core/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Index/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/StaticAnalyzer/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/generate.stamp is up-to
  -date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/generate.stamp is u
  p-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/generate.stamp is u
  p-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/lib/Format/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/diagtool/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/driver/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/clang-format/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/clang-format-vs/CMakeFiles/generate.stamp is up-to-d
  ate.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/clang-fuzzer/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/clang-import-test/CMakeFiles/generate.stamp is up-to
  -date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/clang-offload-bundler/CMakeFiles/generate.stamp is u
  p-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/c-index-test/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/arcmt-test/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/c-arcmt-test/CMakeFiles/generate.stamp is up-to-date
  .
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/clang-check/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/scan-build/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/scan-view/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/libclang/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/runtime/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/examples/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/examples/analyzer-plugin/CMakeFiles/generate.stamp is up-t
  o-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/examples/clang-interpreter/CMakeFiles/generate.stamp is up
  -to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/examples/PrintFunctionNames/CMakeFiles/generate.stamp is u
  p-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/examples/AnnotateFunctions/CMakeFiles/generate.stamp is up
  -to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/docs/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/cmake/modules/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/utils/ClangVisualizers/CMakeFiles/generate.stamp is up-to-
  date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/bugpoint/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/bugpoint-passes/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/dsymutil/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llc/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/lli/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/lli/ChildTarget/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-as/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-as-fuzzer/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-bcanalyzer/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-c-test/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-cat/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-cov/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-cxxdump/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-cxxfilt/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-diff/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-dis/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-dwarfdump/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-dwp/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-extract/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-go/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-link/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-lto2/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-mc/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-mc-fuzzer/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-mcmarkup/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-modextract/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-nm/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-objdump/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-opt-report/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-pdbdump/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-readobj/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-rtdyld/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-size/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-split/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-stress/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-strings/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-symbolizer/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-xray/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/msbuild/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/obj2yaml/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/opt/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/sancov/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/sanstats/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/verify-uselistorder/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/xcode-toolchain/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/yaml2obj/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/runtimes/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/docs/CMakeFiles/generate.stamp is up-to-date.
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/cmake/modules/CMakeFiles/generate.stamp is up-to-date.
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/Demangle/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Demangle/CMakeFiles/generate.stamp is up-to-date.
  ItaniumDemangle.cpp
  LLVMDemangle.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Rel
  ease\lib\LLVMDemangle.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/Support/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Support/CMakeFiles/generate.stamp is up-to-date.
  APFloat.cpp
  APInt.cpp
  APSInt.cpp
  ARMBuildAttrs.cpp
  ARMWinEH.cpp
  Allocator.cpp
  BlockFrequency.cpp
  BranchProbability.cpp
  CachePruning.cpp
  circular_raw_ostream.cpp
  Chrono.cpp
  COM.cpp
  CommandLine.cpp
  Compression.cpp
  ConvertUTF.cpp
  ConvertUTFWrapper.cpp
  CrashRecoveryContext.cpp
  DataExtractor.cpp
  Debug.cpp
  DeltaAlgorithm.cpp
  DAGDeltaAlgorithm.cpp
  Dwarf.cpp
  Error.cpp
  ErrorHandling.cpp
  FileUtilities.cpp
  FileOutputBuffer.cpp
  FoldingSet.cpp
  FormattedStream.cpp
  FormatVariadic.cpp
  GlobPattern.cpp
  GraphWriter.cpp
  Hashing.cpp
  IntEqClasses.cpp
  IntervalMap.cpp
  JamCRC.cpp
  LEB128.cpp
  LineIterator.cpp
  Locale.cpp
  LockFileManager.cpp
  ManagedStatic.cpp
  MathExtras.cpp
  MemoryBuffer.cpp
  MD5.cpp
  NativeFormatting.cpp
  Options.cpp
  PluginLoader.cpp
  PrettyStackTrace.cpp
  RandomNumberGenerator.cpp
  Regex.cpp
  ScaledNumber.cpp
  ScopedPrinter.cpp
  SHA1.cpp
  SmallPtrSet.cpp
  SmallVector.cpp
  SourceMgr.cpp
  SpecialCaseList.cpp
  Statistic.cpp
  StringExtras.cpp
  StringMap.cpp
  StringPool.cpp
  StringSaver.cpp
  StringRef.cpp
  SystemUtils.cpp
  TarWriter.cpp
  TargetParser.cpp
  ThreadPool.cpp
  Timer.cpp
  ToolOutputFile.cpp
  TrigramIndex.cpp
  Triple.cpp
  Twine.cpp
  Unicode.cpp
  YAMLParser.cpp
  YAMLTraits.cpp
  raw_os_ostream.cpp
  raw_ostream.cpp
  xxhash.cpp
  Atomic.cpp
  DynamicLibrary.cpp
  Errno.cpp
  Host.cpp
  Memory.cpp
  Mutex.cpp
  Path.cpp
  Process.cpp
  Program.cpp
  RWMutex.cpp
  SearchForAddressOfSpecialSymbol.cpp
  Signals.cpp
  TargetRegistry.cpp
  ThreadLocal.cpp
  Threading.cpp
  Valgrind.cpp
  Watchdog.cpp
  regcomp.c
  regerror.c
  regexec.c
  regfree.c
  regstrlcpy.c
  LLVMSupport.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Rele
  ase\lib\LLVMSupport.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/FileCheck/CMakeLists.
  txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/FileCheck/CMakeFiles/generate.stamp is up-to-date.
  FileCheck.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\utils\FileCheck\FileCheck.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/TableGen/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/TableGen/CMakeFiles/generate.stamp is up-to-date.
  Error.cpp
  Main.cpp
  Record.cpp
  SetTheory.cpp
  StringMatcher.cpp
  TableGenBackend.cpp
  TGLexer.cpp
  TGParser.cpp
  LLVMTableGen.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Rel
  ease\lib\LLVMTableGen.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/TableGen/CMakeLists.t
  xt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/TableGen/CMakeFiles/generate.stamp is up-to-date.
  AsmMatcherEmitter.cpp
  AsmWriterEmitter.cpp
  AsmWriterInst.cpp
  Attributes.cpp
  CallingConvEmitter.cpp
  CodeEmitterGen.cpp
  CodeGenDAGPatterns.cpp
  CodeGenInstruction.cpp
  CodeGenMapTable.cpp
  CodeGenRegisters.cpp
  CodeGenSchedule.cpp
  CodeGenTarget.cpp
  DAGISelEmitter.cpp
  DAGISelMatcherEmitter.cpp
  DAGISelMatcherGen.cpp
  DAGISelMatcherOpt.cpp
  DAGISelMatcher.cpp
  DFAPacketizerEmitter.cpp
  DisassemblerEmitter.cpp
  FastISelEmitter.cpp
  FixedLenDecoderEmitter.cpp
  GlobalISelEmitter.cpp
  InstrInfoEmitter.cpp
  IntrinsicEmitter.cpp
  OptParserEmitter.cpp
  PseudoLoweringEmitter.cpp
  RegisterInfoEmitter.cpp
  SearchableTableEmitter.cpp
  SubtargetEmitter.cpp
  SubtargetFeatureInfo.cpp
  TableGen.cpp
  Types.cpp
  X86DisassemblerTables.cpp
  X86ModRMFilters.cpp
  X86RecognizableInstr.cpp
  CTagsEmitter.cpp
  obj.llvm-tblgen.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\
  utils\TableGen\obj.llvm-tblgen.dir\Release\obj.llvm-tblgen.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/TableGen/CMakeLists.t
  xt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/TableGen/CMakeFiles/generate.stamp is up-to-date.
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\utils\TableGen\llvm-tblgen.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/DebugInfo/CodeView/CMak
  eLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/CodeView/CMakeFiles/generate.stamp is up-to-date.
  CodeViewError.cpp
  CodeViewRecordIO.cpp
  CVSymbolVisitor.cpp
  CVTypeDumper.cpp
  CVTypeVisitor.cpp
  EnumTables.cpp
  Line.cpp
  ModuleSubstream.cpp
  ModuleSubstreamVisitor.cpp
  RecordSerialization.cpp
  SymbolRecordMapping.cpp
  SymbolDumper.cpp
  TypeDatabase.cpp
  TypeDatabaseVisitor.cpp
  TypeDumpVisitor.cpp
  TypeRecord.cpp
  TypeRecordMapping.cpp
  TypeSerializer.cpp
  TypeStreamMerger.cpp
  LLVMDebugInfoCodeView.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs20
  15_64\Release\lib\LLVMDebugInfoCodeView.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/DebugInfo/DWARF/CMakeLi
  sts.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/DWARF/CMakeFiles/generate.stamp is up-to-date.
  DWARFAbbreviationDeclaration.cpp
  DWARFAcceleratorTable.cpp
  DWARFCompileUnit.cpp
  DWARFContext.cpp
  DWARFDebugAbbrev.cpp
  DWARFDebugArangeSet.cpp
  DWARFDebugAranges.cpp
  DWARFDebugFrame.cpp
  DWARFDebugInfoEntry.cpp
  DWARFDebugLine.cpp
  DWARFDebugLoc.cpp
  DWARFDebugMacro.cpp
  DWARFDebugPubTable.cpp
  DWARFDebugRangeList.cpp
  DWARFDie.cpp
  DWARFFormValue.cpp
  DWARFGdbIndex.cpp
  DWARFTypeUnit.cpp
  DWARFUnitIndex.cpp
  DWARFUnit.cpp
  SyntaxHighlighting.cpp
  LLVMDebugInfoDWARF.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_
  64\Release\lib\LLVMDebugInfoDWARF.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/DebugInfo/MSF/CMakeList
  s.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/MSF/CMakeFiles/generate.stamp is up-to-date.
  MappedBlockStream.cpp
  MSFBuilder.cpp
  MSFCommon.cpp
  MSFError.cpp
  StreamReader.cpp
  StreamWriter.cpp
  LLVMDebugInfoMSF.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64
  \Release\lib\LLVMDebugInfoMSF.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/DebugInfo/PDB/CMakeList
  s.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/PDB/CMakeFiles/generate.stamp is up-to-date.
  GenericError.cpp
  IPDBSourceFile.cpp
  PDB.cpp
  PDBContext.cpp
  PDBExtras.cpp
  PDBInterfaceAnchors.cpp
  PDBSymbol.cpp
  PDBSymbolAnnotation.cpp
  PDBSymbolBlock.cpp
  PDBSymbolCompiland.cpp
  PDBSymbolCompilandDetails.cpp
  PDBSymbolCompilandEnv.cpp
  PDBSymbolCustom.cpp
  PDBSymbolData.cpp
  PDBSymbolExe.cpp
  PDBSymbolFunc.cpp
  PDBSymbolFuncDebugEnd.cpp
  PDBSymbolFuncDebugStart.cpp
  PDBSymbolLabel.cpp
  PDBSymbolPublicSymbol.cpp
  PDBSymbolThunk.cpp
  PDBSymbolTypeArray.cpp
  PDBSymbolTypeBaseClass.cpp
  PDBSymbolTypeBuiltin.cpp
  PDBSymbolTypeCustom.cpp
  PDBSymbolTypeDimension.cpp
  PDBSymbolTypeEnum.cpp
  PDBSymbolTypeFriend.cpp
  PDBSymbolTypeFunctionArg.cpp
  PDBSymbolTypeFunctionSig.cpp
  PDBSymbolTypeManaged.cpp
  PDBSymbolTypePointer.cpp
  PDBSymbolTypeTypedef.cpp
  PDBSymbolTypeUDT.cpp
  PDBSymbolTypeVTable.cpp
  PDBSymbolTypeVTableShape.cpp
  PDBSymbolUnknown.cpp
  PDBSymbolUsingNamespace.cpp
  PDBSymDumper.cpp
  DbiStream.cpp
  DbiStreamBuilder.cpp
  EnumTables.cpp
  GlobalsStream.cpp
  GSI.cpp
  Hash.cpp
  InfoStream.cpp
  InfoStreamBuilder.cpp
  ModInfo.cpp
  ModStream.cpp
  NameHashTable.cpp
  NameMap.cpp
  NameMapBuilder.cpp
  PDBFile.cpp
  PDBFileBuilder.cpp
  PublicsStream.cpp
  RawError.cpp
  RawSession.cpp
  SymbolStream.cpp
  TpiHashing.cpp
  TpiStream.cpp
  TpiStreamBuilder.cpp
  LLVMDebugInfoPDB.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64
  \Release\lib\LLVMDebugInfoPDB.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/LineEditor/CMakeLists.t
  xt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/LineEditor/CMakeFiles/generate.stamp is up-to-date.
  LineEditor.cpp
  LLVMLineEditor.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\R
  elease\lib\LLVMLineEditor.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/MC/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/MC/CMakeFiles/generate.stamp is up-to-date.
  ConstantPools.cpp
  ELFObjectWriter.cpp
  MCAsmBackend.cpp
  MCAsmInfo.cpp
  MCAsmInfoCOFF.cpp
  MCAsmInfoDarwin.cpp
  MCAsmInfoELF.cpp
  MCAsmStreamer.cpp
  MCAssembler.cpp
  MCCodeEmitter.cpp
  MCCodeView.cpp
  MCContext.cpp
  MCDwarf.cpp
  MCELFObjectTargetWriter.cpp
  MCELFStreamer.cpp
  MCExpr.cpp
  MCFragment.cpp
  MCInst.cpp
  MCInstPrinter.cpp
  MCInstrAnalysis.cpp
  MCInstrDesc.cpp
  MCLabel.cpp
  MCLinkerOptimizationHint.cpp
  MCMachOStreamer.cpp
  MCMachObjectTargetWriter.cpp
  MCNullStreamer.cpp
  MCObjectFileInfo.cpp
  MCObjectStreamer.cpp
  MCObjectWriter.cpp
  MCRegisterInfo.cpp
  MCSchedule.cpp
  MCSection.cpp
  MCSectionCOFF.cpp
  MCSectionELF.cpp
  MCSectionMachO.cpp
  MCStreamer.cpp
  MCSubtargetInfo.cpp
  MCSymbol.cpp
  MCSymbolELF.cpp
  MCTargetOptions.cpp
  MCValue.cpp
  MCWin64EH.cpp
  MCWinEH.cpp
  MachObjectWriter.cpp
  StringTableBuilder.cpp
  SubtargetFeature.cpp
  WinCOFFObjectWriter.cpp
  WinCOFFStreamer.cpp
  LLVMMC.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Release\l
  ib\LLVMMC.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/MC/MCDisassembler/CMake
  Lists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/MC/MCDisassembler/CMakeFiles/generate.stamp is up-to-date.
  Disassembler.cpp
  MCDisassembler.cpp
  MCExternalSymbolizer.cpp
  MCRelocationInfo.cpp
  MCSymbolizer.cpp
  LLVMMCDisassembler.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_
  64\Release\lib\LLVMMCDisassembler.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/MC/MCParser/CMakeLists.
  txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/MC/MCParser/CMakeFiles/generate.stamp is up-to-date.
  AsmLexer.cpp
  AsmParser.cpp
  COFFAsmParser.cpp
  DarwinAsmParser.cpp
  ELFAsmParser.cpp
  MCAsmLexer.cpp
  MCAsmParser.cpp
  MCAsmParserExtension.cpp
  MCTargetAsmParser.cpp
  LLVMMCParser.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Rel
  ease\lib\LLVMMCParser.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/ObjectYAML/CMakeLists.t
  xt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/ObjectYAML/CMakeFiles/generate.stamp is up-to-date.
  YAML.cpp
  COFFYAML.cpp
  ELFYAML.cpp
  MachOYAML.cpp
  ObjectYAML.cpp
  DWARFYAML.cpp
  LLVMObjectYAML.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\R
  elease\lib\LLVMObjectYAML.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/Option/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/Option/CMakeFiles/generate.stamp is up-to-date.
  Arg.cpp
  ArgList.cpp
  Option.cpp
  OptTable.cpp
  LLVMOption.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Relea
  se\lib\LLVMOption.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/DebugInfo/Symbolize/CMa
  keLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/DebugInfo/Symbolize/CMakeFiles/generate.stamp is up-to-date.
  DIPrinter.cpp
  SymbolizableObjectFile.cpp
  Symbolize.cpp
  LLVMSymbolize.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Re
  lease\lib\LLVMSymbolize.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/lib/XRay/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/lib/XRay/CMakeFiles/generate.stamp is up-to-date.
  Trace.cpp
  LLVMXRay.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Release
  \lib\LLVMXRay.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/lto/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/lto/CMakeFiles/generate.stamp is up-to-date.
  Creating export file for LTO
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/clang/utils/TableGen/
  CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/utils/TableGen/CMakeFiles/generate.stamp is up-to-date.
  ClangASTNodesEmitter.cpp
  ClangAttrEmitter.cpp
  ClangCommentCommandInfoEmitter.cpp
  ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
  ClangCommentHTMLTagsEmitter.cpp
  ClangDiagnosticsEmitter.cpp
  ClangSACheckersEmitter.cpp
  NeonEmitter.cpp
  TableGen.cpp
  obj.clang-tblgen.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64
  \tools\clang\utils\TableGen\obj.clang-tblgen.dir\Release\obj.clang-tblgen.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/clang/utils/TableGen/
  CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/utils/TableGen/CMakeFiles/generate.stamp is up-to-date.
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\tools\clang\utils\TableGen\clang-tblgen.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/count/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/count/CMakeFiles/generate.stamp is up-to-date.
  count.c
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\utils\count\count.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/unittest/CMakeLists.t
  xt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/unittest/CMakeFiles/generate.stamp is up-to-date.
  gtest-all.cc
  gmock-all.cc
  gtest.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Release\li
  b\gtest.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/unittest/UnitTestMain
  /CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/unittest/UnitTestMain/CMakeFiles/generate.stamp is up-to-date.
  TestMain.cpp
  gtest_main.vcxproj -> D:\wasm\emsdk\clang\fastcomp\build_incoming_vs2015_64\Relea
  se\lib\gtest_main.lib
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/PerfectShuffle/CMakeL
  ists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/PerfectShuffle/CMakeFiles/generate.stamp is up-to-date.
  PerfectShuffle.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\utils\PerfectShuffle\llvm-PerfectShuffle.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/llvm-config/CMakeList
  s.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-config/CMakeFiles/generate.stamp is up-to-date.
  llvm-config.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\tools\llvm-config\llvm-config.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/llvm-cxxfilt/CMakeLis
  ts.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-cxxfilt/CMakeFiles/generate.stamp is up-to-date.
  llvm-cxxfilt.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\tools\llvm-cxxfilt\llvm-cxxfilt.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/llvm-mcmarkup/CMakeLi
  sts.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/llvm-mcmarkup/CMakeFiles/generate.stamp is up-to-date.
  llvm-mcmarkup.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\tools\llvm-mcmarkup\llvm-mcmarkup.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/not/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/not/CMakeFiles/generate.stamp is up-to-date.
  not.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\utils\not\not.vcxproj]

  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/clang/tools/scan-buil
  d/CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/scan-build/CMakeFiles/generate.stamp is up-to-date.
  Generating ../../../../bin/scan-build.bat
  Generating ../../../../libexec/ccc-analyzer.bat
  Generating ../../../../libexec/c++-analyzer.bat
  Generating ../../../../share/man/man1/scan-build.1
  Generating ../../../../share/scan-build/scanview.css
  Generating ../../../../share/scan-build/sorttable.js
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/tools/clang/tools/scan-view
  /CMakeLists.txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/tools/clang/tools/scan-view/CMakeFiles/generate.stamp is up-to-date.
  Generating ../../../../bin/scan-view
  Generating ../../../../share/scan-view/ScanView.py
  Generating ../../../../share/scan-view/Reporter.py
  Generating ../../../../share/scan-view/startfile.py
  Generating ../../../../share/scan-view/FileRadar.scpt
  Generating ../../../../share/scan-view/GetRadarVersion.scpt
  Generating ../../../../share/scan-view/bugcatcher.ico
  Building Custom Rule D:/wasm/emsdk/clang/fastcomp/src/utils/yaml-bench/CMakeLists
  .txt
  CMake does not need to re-run because D:/wasm/emsdk/clang/fastcomp/build_incoming
  _vs2015_64/utils/yaml-bench/CMakeFiles/generate.stamp is up-to-date.
  YAMLBench.cpp
RC : fatal error RC1106: invalid option: -ologo [D:\wasm\emsdk\clang\fastcomp\build
_incoming_vs2015_64\utils\yaml-bench\yaml-bench.vcxproj]

Build failed due to exception!
Working directory: D:/wasm/emsdk/clang/fastcomp\build_incoming_vs2015_64
Command '['C:\\Program Files (x86)\\MSBuild/14.0/Bin/amd64\\MSBuild.exe', '/t:Build', '/p:Configuration=Release', '/p:Platform=x64', '/nologo', '/verbosity:minimal', 'LLVM.sln']' returned non-zero exit status 1
Installation failed!

D:\wasm\emsdk>

Jukka Jylänki

unread,
Jun 17, 2017, 4:52:43 AM6/17/17
to emscripte...@googlegroups.com
That error reads like https://github.com/juj/emsdk/issues/80
>> > email to emscripten-disc...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-disc...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages