Skip to content

Instantly share code, notes, and snippets.

@yjbanov
Created September 29, 2020 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjbanov/e219bc591ba98067a1876bc70216748b to your computer and use it in GitHub Desktop.
Save yjbanov/e219bc591ba98067a1876bc70216748b to your computer and use it in GitHub Desktop.
canvaskit release build log
$ make release
# Does an incremental build where possible.
./compile.sh
+++ dirname ./compile.sh
++ cd .
++ pwd
+ BASE_DIR=/home/yjbanov/code/flutter/skia/modules/canvaskit
+ [[ ! -d /home/yjbanov/code/emsdk ]]
+ pushd /home/yjbanov/code/flutter/skia/modules/canvaskit/../..
~/code/flutter/skia ~/code/flutter/skia/modules/canvaskit
+ source /home/yjbanov/code/emsdk/emsdk_env.sh
++ SRC=/home/yjbanov/code/emsdk/emsdk_env.sh
++ '[' /home/yjbanov/code/emsdk/emsdk_env.sh = '' ']'
+++ pwd
++ CURDIR=/home/yjbanov/code/flutter/skia
+++ dirname /home/yjbanov/code/emsdk/emsdk_env.sh
++ cd /home/yjbanov/code/emsdk
++ unset SRC
+++ mktemp
++ tmpfile=/tmp/tmp.0nUAzB9IU5
++ EMSDK_BASH=1
++ ./emsdk construct_env /tmp/tmp.0nUAzB9IU5
Setting environment variables:
EMSDK = /home/yjbanov/code/emsdk
EM_CACHE = /home/yjbanov/code/emsdk/upstream/emscripten/cache
++ . /tmp/tmp.0nUAzB9IU5
+++ export PATH=/home/yjbanov/code/emsdk:/home/yjbanov/code/emsdk/upstream/emscripten:/home/yjbanov/code/emsdk/node/12.9.1_64bit/bin:/home/yjbanov/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/yjbanov/code/depot_tools:/home/yjbanov/code/flutter/flutter/bin:/home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev:/home/yjbanov/code/flutter/flutter/bin/cache/dart-sdk/bin
+++ PATH=/home/yjbanov/code/emsdk:/home/yjbanov/code/emsdk/upstream/emscripten:/home/yjbanov/code/emsdk/node/12.9.1_64bit/bin:/home/yjbanov/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/yjbanov/code/depot_tools:/home/yjbanov/code/flutter/flutter/bin:/home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev:/home/yjbanov/code/flutter/flutter/bin/cache/dart-sdk/bin
+++ export EMSDK=/home/yjbanov/code/emsdk
+++ EMSDK=/home/yjbanov/code/emsdk
+++ export EM_CACHE=/home/yjbanov/code/emsdk/upstream/emscripten/cache
+++ EM_CACHE=/home/yjbanov/code/emsdk/upstream/emscripten/cache
++ rm -f /tmp/tmp.0nUAzB9IU5
++ cd /home/yjbanov/code/flutter/skia
++ which emcc
+ EMCC=/home/yjbanov/code/emsdk/upstream/emscripten/emcc
++ which em++
+ EMCXX=/home/yjbanov/code/emsdk/upstream/emscripten/em++
++ which emar
+ EMAR=/home/yjbanov/code/emsdk/upstream/emscripten/emar
+ RELEASE_CONF='-Oz --closure 1 -DSK_RELEASE --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/release.js -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0'
+ EXTRA_CFLAGS='"-DSK_RELEASE", "-DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0",'
+ IS_OFFICIAL_BUILD=true
+ [[ '' != *force_tracing* ]]
+ RELEASE_CONF+=' -DSK_DISABLE_TRACING'
+ EXTRA_CFLAGS+='"-DSK_DISABLE_TRACING",'
+ [[ '' == *debug* ]]
+ [[ '' == *profiling* ]]
+ [[ '' == *simd* ]]
+ BUILD_DIR=out/canvaskit_wasm
+ [[ '' == *simd* ]]
+ mkdir -p out/canvaskit_wasm
+ rm -f 'out/canvaskit_wasm/*.a'
+ GN_GPU='skia_enable_gpu=true skia_gl_standard = "webgl"'
+ GN_GPU_FLAGS='"-DSK_DISABLE_LEGACY_SHADERCONTEXT",'
+ WASM_GPU='-lGL -DSK_SUPPORT_GPU=1 -DSK_GL -DSK_DISABLE_LEGACY_SHADERCONTEXT --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/cpu.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/gpu.js -s USE_WEBGL2=1'
+ [[ '' == *cpu* ]]
+ SKP_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/skp.js'
+ GN_SKP_FLAGS=
+ WASM_SKP=-DSK_SERIALIZE_SKP
+ [[ '' == *no_skp_serialization* ]]
+ [[ '' == *no_effects_deserialization* ]]
+ SKOTTIE_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/skottie.js'
+ SKOTTIE_BINDINGS=/home/yjbanov/code/flutter/skia/modules/canvaskit/skottie_bindings.cpp
+ SKOTTIE_LIB='out/canvaskit_wasm/libskottie.a out/canvaskit_wasm/libsksg.a'
+ [[ '' == *no_skottie* ]]
+ GN_VIEWER='skia_use_expat=false skia_enable_ccpr=false'
+ VIEWER_BINDINGS=
+ VIEWER_LIB=
+ [[ '' == *viewer* ]]
+ MANAGED_SKOTTIE_BINDINGS=' -DSK_INCLUDE_MANAGED_SKOTTIE=1 modules/skottie/utils/SkottieUtils.cpp'
+ [[ '' == *no_managed_skottie* ]]
+ [[ '' == *no_skottie* ]]
+ GN_PARTICLES=skia_enable_sksl_interpreter=true
+ PARTICLES_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/particles.js'
+ PARTICLES_BINDINGS=/home/yjbanov/code/flutter/skia/modules/canvaskit/particles_bindings.cpp
+ PARTICLES_LIB=out/canvaskit_wasm/libparticles.a
+ [[ '' == *no_particles* ]]
+ [[ '' != *no_particles* ]]
+ PARTICLES_BINDINGS+=' modules/skresources/src/SkResources.cpp'
+ WASM_PATHOPS=-DSK_INCLUDE_PATHOPS
+ PATHOPS_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/pathops.js'
+ [[ '' == *no_pathops* ]]
+ WASM_RT_SHADER=-DSK_INCLUDE_RUNTIME_EFFECT
+ RT_SHADER_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/rt_shader.js'
+ [[ '' == *no_rt_shader* ]]
+ HTML_CANVAS_API='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/preamble.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/util.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/color.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/font.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/canvas2dcontext.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/htmlcanvas.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/imagedata.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/lineargradient.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/path2d.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/pattern.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/radialgradient.js --pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/htmlcanvas/postamble.js '
+ [[ '' == *no_canvas* ]]
+ GN_FONT='skia_enable_fontmgr_custom_directory=false '
+ FONT_CFLAGS=
+ BUILTIN_FONT=
+ FONT_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/font.js'
+ [[ '' == *no_font* ]]
+ [[ '' == *no_embedded_font* ]]
+ python tools/embed_resources.py --name SK_EMBEDDED_FONTS --input /home/yjbanov/code/flutter/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf --output /home/yjbanov/code/flutter/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf.cpp --align 4
+ BUILTIN_FONT=/home/yjbanov/code/flutter/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf.cpp
+ GN_FONT+='skia_enable_fontmgr_custom_embedded=true skia_enable_fontmgr_custom_empty=false'
+ [[ '' == *no_alias_font* ]]
+ GN_SHAPER='skia_use_icu=true skia_use_system_icu=false skia_use_harfbuzz=true skia_use_system_harfbuzz=false'
+ SHAPER_LIB='out/canvaskit_wasm/libharfbuzz.a out/canvaskit_wasm/libicu.a'
+ [[ '' == *primitive_shaper* ]]
+ [[ '' == *no_font* ]]
+ PARAGRAPH_JS='--pre-js /home/yjbanov/code/flutter/skia/modules/canvaskit/paragraph.js'
+ PARAGRAPH_LIB=out/canvaskit_wasm/libskparagraph.a
+ PARAGRAPH_BINDINGS='-DSK_INCLUDE_PARAGRAPH=1 /home/yjbanov/code/flutter/skia/modules/canvaskit/paragraph_bindings.cpp'
+ [[ '' == *no_paragraph* ]]
+ [[ '' == *primitive_shaper* ]]
+ [[ '' == *no_font* ]]
+ DO_DECODE=true
+ [[ '' == *no_codecs* ]]
+ ENCODE_PNG=true
+ [[ '' == *no_encode_png* ]]
+ ENCODE_JPEG=false
+ [[ '' == *force_encode_jpeg* ]]
+ ENCODE_WEBP=false
+ [[ '' == *force_encode_webp* ]]
+ set +e
++ which ninja
+ NINJA=/home/yjbanov/code/depot_tools/ninja
+ [[ -z /home/yjbanov/code/depot_tools/ninja ]]
+ set -e
+ ./bin/fetch-gn
+ echo 'Compiling bitcode'
Compiling bitcode
+ EXTRA_CFLAGS+='"-Wno-tautological-value-range-compare",'
+ ./bin/gn gen out/canvaskit_wasm '--args=cc="/home/yjbanov/code/emsdk/upstream/emscripten/emcc" cxx="/home/yjbanov/code/emsdk/upstream/emscripten/em++" ar="/home/yjbanov/code/emsdk/upstream/emscripten/emar" extra_cflags_cc=["-frtti"] extra_cflags=["-s", "WARN_UNALIGNED=1", "-s", "MAIN_MODULE=1",
"-DSKNX_NO_SIMD", "-DSK_DISABLE_AAA",
"-DSK_FORCE_8_BYTE_ALIGNMENT",
"-DSK_DISABLE_LEGACY_SHADERCONTEXT",
"-DSK_RELEASE", "-DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0","-DSK_DISABLE_TRACING","-Wno-tautological-value-range-compare",
] is_debug=false is_official_build=true is_component_build=false werror=true target_cpu="wasm" skia_use_angle=false skia_use_dng_sdk=false skia_use_webgl=true skia_use_fontconfig=false skia_use_freetype=true skia_use_libheif=false skia_use_libjpeg_turbo_decode=true skia_use_libjpeg_turbo_encode=false skia_use_libpng_decode=true skia_use_libpng_encode=true skia_use_libwebp_decode=true skia_use_libwebp_encode=false skia_use_lua=false skia_use_piex=false skia_use_system_freetype2=false skia_use_system_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false skia_use_vulkan=false skia_use_wuffs=true skia_use_zlib=true skia_use_icu=true skia_use_system_icu=false skia_use_harfbuzz=true skia_use_system_harfbuzz=false skia_enable_gpu=true skia_gl_standard = "webgl" skia_enable_fontmgr_custom_directory=false skia_enable_fontmgr_custom_embedded=true skia_enable_fontmgr_custom_empty=false skia_enable_sksl_interpreter=true skia_use_expat=false skia_enable_ccpr=false skia_enable_skshaper=true skia_enable_nvpr=false skia_enable_skparagraph=true skia_enable_pdf=false'
Done. Made 88 targets from 44 files in 310ms
++ parse_targets out/canvaskit_wasm/libskottie.a out/canvaskit_wasm/libsksg.a out/canvaskit_wasm/libparticles.a out/canvaskit_wasm/libharfbuzz.a out/canvaskit_wasm/libicu.a out/canvaskit_wasm/libskparagraph.a
++ for LIBPATH in $@
++ basename out/canvaskit_wasm/libskottie.a
++ for LIBPATH in $@
++ basename out/canvaskit_wasm/libsksg.a
++ for LIBPATH in $@
++ basename out/canvaskit_wasm/libparticles.a
++ for LIBPATH in $@
++ basename out/canvaskit_wasm/libharfbuzz.a
++ for LIBPATH in $@
++ basename out/canvaskit_wasm/libicu.a
++ for LIBPATH in $@
++ basename out/canvaskit_wasm/libskparagraph.a
+ /home/yjbanov/code/depot_tools/ninja -C out/canvaskit_wasm libskia.a libskshaper.a libskottie.a libsksg.a libparticles.a libharfbuzz.a libicu.a libskparagraph.a
ninja: Entering directory `out/canvaskit_wasm'
[5/1529] compile ../../src/gpu/GrResourceProvider.cpp
FAILED: obj/src/gpu/gpu.GrResourceProvider.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrResourceProvider.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrResourceProvider.cpp -o obj/src/gpu/gpu.GrResourceProvider.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrResourceProvider.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrResourceProvider.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrResourceProvider.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[6/1529] compile ../../src/ports/SkFontMgr_custom.cpp
FAILED: obj/src/ports/fontmgr_custom.SkFontMgr_custom.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/ports/fontmgr_custom.SkFontMgr_custom.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/ports/SkFontMgr_custom.cpp -o obj/src/ports/fontmgr_custom.SkFontMgr_custom.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/ports/fontmgr_custom.SkFontMgr_custom.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/ports/SkFontMgr_custom.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/ports/fontmgr_custom.SkFontMgr_custom.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[7/1529] compile ../../src/gpu/GrAHardwareBufferUtils.cpp
FAILED: obj/src/gpu/gpu.GrAHardwareBufferUtils.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrAHardwareBufferUtils.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrAHardwareBufferUtils.cpp -o obj/src/gpu/gpu.GrAHardwareBufferUtils.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrAHardwareBufferUtils.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrAHardwareBufferUtils.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrAHardwareBufferUtils.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[8/1529] compile ../../src/gpu/GrBlockAllocator.cpp
FAILED: obj/src/gpu/gpu.GrBlockAllocator.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBlockAllocator.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBlockAllocator.cpp -o obj/src/gpu/gpu.GrBlockAllocator.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBlockAllocator.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBlockAllocator.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBlockAllocator.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[9/1529] compile ../../src/gpu/GrClipStackClip.cpp
FAILED: obj/src/gpu/gpu.GrClipStackClip.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrClipStackClip.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrClipStackClip.cpp -o obj/src/gpu/gpu.GrClipStackClip.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrClipStackClip.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrClipStackClip.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrClipStackClip.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[10/1529] compile ../../src/gpu/GrDataUtils.cpp
FAILED: obj/src/gpu/gpu.GrDataUtils.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDataUtils.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDataUtils.cpp -o obj/src/gpu/gpu.GrDataUtils.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDataUtils.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDataUtils.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDataUtils.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[11/1529] compile ../../src/gpu/GrContext.cpp
FAILED: obj/src/gpu/gpu.GrContext.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContext.cpp -o obj/src/gpu/gpu.GrContext.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContext.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrContext.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[12/1529] compile ../../src/gpu/GrDistanceFieldGenFromVector.cpp
FAILED: obj/src/gpu/gpu.GrDistanceFieldGenFromVector.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDistanceFieldGenFromVector.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDistanceFieldGenFromVector.cpp -o obj/src/gpu/gpu.GrDistanceFieldGenFromVector.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDistanceFieldGenFromVector.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDistanceFieldGenFromVector.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDistanceFieldGenFromVector.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[13/1529] compile ../../src/gpu/GrClipStack.cpp
FAILED: obj/src/gpu/gpu.GrClipStack.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrClipStack.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrClipStack.cpp -o obj/src/gpu/gpu.GrClipStack.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrClipStack.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrClipStack.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrClipStack.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[14/1529] compile ../../src/gpu/GrGpu.cpp
FAILED: obj/src/gpu/gpu.GrGpu.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrGpu.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrGpu.cpp -o obj/src/gpu/gpu.GrGpu.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrGpu.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrGpu.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrGpu.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[15/1529] compile ../../src/gpu/GrBackendSurface.cpp
FAILED: obj/src/gpu/gpu.GrBackendSurface.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBackendSurface.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendSurface.cpp -o obj/src/gpu/gpu.GrBackendSurface.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBackendSurface.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendSurface.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBackendSurface.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[16/1529] compile ../../src/gpu/GrAuditTrail.cpp
FAILED: obj/src/gpu/gpu.GrAuditTrail.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrAuditTrail.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrAuditTrail.cpp -o obj/src/gpu/gpu.GrAuditTrail.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrAuditTrail.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrAuditTrail.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrAuditTrail.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[17/1529] compile ../../src/gpu/GrBitmapTextureMaker.cpp
FAILED: obj/src/gpu/gpu.GrBitmapTextureMaker.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBitmapTextureMaker.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBitmapTextureMaker.cpp -o obj/src/gpu/gpu.GrBitmapTextureMaker.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBitmapTextureMaker.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBitmapTextureMaker.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBitmapTextureMaker.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[18/1529] compile ../../src/gpu/GrContextPriv.cpp
FAILED: obj/src/gpu/gpu.GrContextPriv.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrContextPriv.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContextPriv.cpp -o obj/src/gpu/gpu.GrContextPriv.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrContextPriv.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContextPriv.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrContextPriv.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[19/1529] compile ../../src/gpu/GrDDLContext.cpp
FAILED: obj/src/gpu/gpu.GrDDLContext.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDDLContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDDLContext.cpp -o obj/src/gpu/gpu.GrDDLContext.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDDLContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDDLContext.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDDLContext.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[20/1529] compile ../../src/gpu/GrDirectContext.cpp
FAILED: obj/src/gpu/gpu.GrDirectContext.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDirectContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDirectContext.cpp -o obj/src/gpu/gpu.GrDirectContext.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDirectContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDirectContext.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDirectContext.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[21/1529] compile ../../src/gpu/GrColorInfo.cpp
FAILED: obj/src/gpu/gpu.GrColorInfo.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrColorInfo.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrColorInfo.cpp -o obj/src/gpu/gpu.GrColorInfo.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrColorInfo.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrColorInfo.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrColorInfo.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[22/1529] compile ../../src/gpu/GrContextThreadSafeProxy.cpp
FAILED: obj/src/gpu/gpu.GrContextThreadSafeProxy.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrContextThreadSafeProxy.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContextThreadSafeProxy.cpp -o obj/src/gpu/gpu.GrContextThreadSafeProxy.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrContextThreadSafeProxy.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContextThreadSafeProxy.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrContextThreadSafeProxy.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[23/1529] compile ../../src/gpu/GrDynamicAtlas.cpp
FAILED: obj/src/gpu/gpu.GrDynamicAtlas.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDynamicAtlas.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDynamicAtlas.cpp -o obj/src/gpu/gpu.GrDynamicAtlas.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDynamicAtlas.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDynamicAtlas.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDynamicAtlas.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[24/1529] compile ../../src/gpu/GrDrawOpAtlas.cpp
FAILED: obj/src/gpu/gpu.GrDrawOpAtlas.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDrawOpAtlas.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDrawOpAtlas.cpp -o obj/src/gpu/gpu.GrDrawOpAtlas.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDrawOpAtlas.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDrawOpAtlas.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDrawOpAtlas.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[25/1529] compile ../../src/gpu/GrContext_Base.cpp
FAILED: obj/src/gpu/gpu.GrContext_Base.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrContext_Base.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContext_Base.cpp -o obj/src/gpu/gpu.GrContext_Base.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrContext_Base.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrContext_Base.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrContext_Base.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[26/1529] compile ../../src/gpu/GrAHardwareBufferImageGenerator.cpp
FAILED: obj/src/gpu/gpu.GrAHardwareBufferImageGenerator.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrAHardwareBufferImageGenerator.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrAHardwareBufferImageGenerator.cpp -o obj/src/gpu/gpu.GrAHardwareBufferImageGenerator.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrAHardwareBufferImageGenerator.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrAHardwareBufferImageGenerator.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrAHardwareBufferImageGenerator.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[27/1529] compile ../../src/gpu/GrCopyRenderTask.cpp
FAILED: obj/src/gpu/gpu.GrCopyRenderTask.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrCopyRenderTask.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrCopyRenderTask.cpp -o obj/src/gpu/gpu.GrCopyRenderTask.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrCopyRenderTask.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrCopyRenderTask.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrCopyRenderTask.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[28/1529] compile ../../src/gpu/GrFixedClip.cpp
FAILED: obj/src/gpu/gpu.GrFixedClip.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrFixedClip.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrFixedClip.cpp -o obj/src/gpu/gpu.GrFixedClip.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrFixedClip.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrFixedClip.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrFixedClip.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[29/1529] compile ../../src/gpu/GrDrawingManager.cpp
FAILED: obj/src/gpu/gpu.GrDrawingManager.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDrawingManager.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDrawingManager.cpp -o obj/src/gpu/gpu.GrDrawingManager.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDrawingManager.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDrawingManager.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDrawingManager.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[30/1529] compile ../../src/gpu/GrBackendSemaphore.cpp
FAILED: obj/src/gpu/gpu.GrBackendSemaphore.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBackendSemaphore.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendSemaphore.cpp -o obj/src/gpu/gpu.GrBackendSemaphore.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBackendSemaphore.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendSemaphore.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBackendSemaphore.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[31/1529] compile ../../src/gpu/GrOpFlushState.cpp
FAILED: obj/src/gpu/gpu.GrOpFlushState.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrOpFlushState.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOpFlushState.cpp -o obj/src/gpu/gpu.GrOpFlushState.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrOpFlushState.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOpFlushState.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrOpFlushState.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[32/1529] compile ../../src/gpu/GrGpuResource.cpp
FAILED: obj/src/gpu/gpu.GrGpuResource.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrGpuResource.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrGpuResource.cpp -o obj/src/gpu/gpu.GrGpuResource.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrGpuResource.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrGpuResource.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrGpuResource.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[33/1529] compile ../../src/gpu/GrResourceCache.cpp
FAILED: obj/src/gpu/gpu.GrResourceCache.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrResourceCache.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrResourceCache.cpp -o obj/src/gpu/gpu.GrResourceCache.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrResourceCache.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrResourceCache.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrResourceCache.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[34/1529] compile ../../src/gpu/GrDefaultGeoProcFactory.cpp
FAILED: obj/src/gpu/gpu.GrDefaultGeoProcFactory.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDefaultGeoProcFactory.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDefaultGeoProcFactory.cpp -o obj/src/gpu/gpu.GrDefaultGeoProcFactory.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDefaultGeoProcFactory.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDefaultGeoProcFactory.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDefaultGeoProcFactory.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[35/1529] compile ../../src/gpu/GrDriverBugWorkarounds.cpp
FAILED: obj/src/gpu/gpu.GrDriverBugWorkarounds.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDriverBugWorkarounds.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDriverBugWorkarounds.cpp -o obj/src/gpu/gpu.GrDriverBugWorkarounds.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDriverBugWorkarounds.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDriverBugWorkarounds.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDriverBugWorkarounds.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[36/1529] compile ../../src/gpu/GrPrimitiveProcessor.cpp
FAILED: obj/src/gpu/gpu.GrPrimitiveProcessor.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrPrimitiveProcessor.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPrimitiveProcessor.cpp -o obj/src/gpu/gpu.GrPrimitiveProcessor.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrPrimitiveProcessor.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPrimitiveProcessor.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrPrimitiveProcessor.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[37/1529] compile ../../src/gpu/GrClientMappedBufferManager.cpp
FAILED: obj/src/gpu/gpu.GrClientMappedBufferManager.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrClientMappedBufferManager.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrClientMappedBufferManager.cpp -o obj/src/gpu/gpu.GrClientMappedBufferManager.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrClientMappedBufferManager.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrClientMappedBufferManager.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrClientMappedBufferManager.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[38/1529] compile ../../src/gpu/GrManagedResource.cpp
FAILED: obj/src/gpu/gpu.GrManagedResource.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrManagedResource.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrManagedResource.cpp -o obj/src/gpu/gpu.GrManagedResource.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrManagedResource.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrManagedResource.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrManagedResource.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[39/1529] compile ../../src/gpu/GrOpsTask.cpp
FAILED: obj/src/gpu/gpu.GrOpsTask.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrOpsTask.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOpsTask.cpp -o obj/src/gpu/gpu.GrOpsTask.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrOpsTask.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOpsTask.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrOpsTask.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[40/1529] compile ../../src/gpu/GrPipeline.cpp
FAILED: obj/src/gpu/gpu.GrPipeline.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrPipeline.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPipeline.cpp -o obj/src/gpu/gpu.GrPipeline.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrPipeline.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPipeline.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrPipeline.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[41/1529] compile ../../src/gpu/GrOnFlushResourceProvider.cpp
FAILED: obj/src/gpu/gpu.GrOnFlushResourceProvider.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrOnFlushResourceProvider.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOnFlushResourceProvider.cpp -o obj/src/gpu/gpu.GrOnFlushResourceProvider.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrOnFlushResourceProvider.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOnFlushResourceProvider.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrOnFlushResourceProvider.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[42/1529] compile ../../src/gpu/GrProgramDesc.cpp
FAILED: obj/src/gpu/gpu.GrProgramDesc.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProgramDesc.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProgramDesc.cpp -o obj/src/gpu/gpu.GrProgramDesc.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProgramDesc.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProgramDesc.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProgramDesc.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[43/1529] compile ../../src/gpu/GrFinishCallbacks.cpp
FAILED: obj/src/gpu/gpu.GrFinishCallbacks.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrFinishCallbacks.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrFinishCallbacks.cpp -o obj/src/gpu/gpu.GrFinishCallbacks.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrFinishCallbacks.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrFinishCallbacks.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrFinishCallbacks.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[44/1529] compile ../../src/gpu/GrPaint.cpp
FAILED: obj/src/gpu/gpu.GrPaint.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrPaint.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPaint.cpp -o obj/src/gpu/gpu.GrPaint.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrPaint.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPaint.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrPaint.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[45/1529] compile ../../src/gpu/GrPathRendererChain.cpp
FAILED: obj/src/gpu/gpu.GrPathRendererChain.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrPathRendererChain.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPathRendererChain.cpp -o obj/src/gpu/gpu.GrPathRendererChain.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrPathRendererChain.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPathRendererChain.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrPathRendererChain.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[46/1529] compile ../../src/gpu/GrImageTextureMaker.cpp
FAILED: obj/src/gpu/gpu.GrImageTextureMaker.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrImageTextureMaker.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrImageTextureMaker.cpp -o obj/src/gpu/gpu.GrImageTextureMaker.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrImageTextureMaker.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrImageTextureMaker.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrImageTextureMaker.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[47/1529] compile ../../src/gpu/GrOpsRenderPass.cpp
FAILED: obj/src/gpu/gpu.GrOpsRenderPass.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrOpsRenderPass.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOpsRenderPass.cpp -o obj/src/gpu/gpu.GrOpsRenderPass.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrOpsRenderPass.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrOpsRenderPass.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrOpsRenderPass.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[48/1529] compile ../../src/gpu/GrPathRenderer.cpp
FAILED: obj/src/gpu/gpu.GrPathRenderer.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrPathRenderer.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPathRenderer.cpp -o obj/src/gpu/gpu.GrPathRenderer.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrPathRenderer.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrPathRenderer.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrPathRenderer.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[49/1529] compile ../../src/gpu/GrProcessor.cpp
FAILED: obj/src/gpu/gpu.GrProcessor.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProcessor.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessor.cpp -o obj/src/gpu/gpu.GrProcessor.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProcessor.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessor.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProcessor.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[50/1529] compile ../../src/gpu/GrProcessorAnalysis.cpp
FAILED: obj/src/gpu/gpu.GrProcessorAnalysis.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProcessorAnalysis.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessorAnalysis.cpp -o obj/src/gpu/gpu.GrProcessorAnalysis.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProcessorAnalysis.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessorAnalysis.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProcessorAnalysis.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[51/1529] compile ../../src/gpu/GrProcessorSet.cpp
FAILED: obj/src/gpu/gpu.GrProcessorSet.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProcessorSet.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessorSet.cpp -o obj/src/gpu/gpu.GrProcessorSet.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProcessorSet.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessorSet.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProcessorSet.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[52/1529] compile ../../src/gpu/GrProcessorUnitTest.cpp
FAILED: obj/src/gpu/gpu.GrProcessorUnitTest.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProcessorUnitTest.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessorUnitTest.cpp -o obj/src/gpu/gpu.GrProcessorUnitTest.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProcessorUnitTest.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProcessorUnitTest.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProcessorUnitTest.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[53/1529] compile ../../src/gpu/GrProgramInfo.cpp
FAILED: obj/src/gpu/gpu.GrProgramInfo.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProgramInfo.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProgramInfo.cpp -o obj/src/gpu/gpu.GrProgramInfo.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProgramInfo.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProgramInfo.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProgramInfo.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[54/1529] compile ../../src/gpu/GrRecordingContextPriv.cpp
FAILED: obj/src/gpu/gpu.GrRecordingContextPriv.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrRecordingContextPriv.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrRecordingContextPriv.cpp -o obj/src/gpu/gpu.GrRecordingContextPriv.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrRecordingContextPriv.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrRecordingContextPriv.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrRecordingContextPriv.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[55/1529] compile ../../src/gpu/GrRecordingContext.cpp
FAILED: obj/src/gpu/gpu.GrRecordingContext.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrRecordingContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrRecordingContext.cpp -o obj/src/gpu/gpu.GrRecordingContext.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrRecordingContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrRecordingContext.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrRecordingContext.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[56/1529] compile ../../src/ports/SkFontMgr_custom_embedded_factory.cpp
FAILED: obj/src/ports/fontmgr_custom_embedded_factory.SkFontMgr_custom_embedded_factory.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/ports/fontmgr_custom_embedded_factory.SkFontMgr_custom_embedded_factory.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/ports/SkFontMgr_custom_embedded_factory.cpp -o obj/src/ports/fontmgr_custom_embedded_factory.SkFontMgr_custom_embedded_factory.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/ports/fontmgr_custom_embedded_factory.SkFontMgr_custom_embedded_factory.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/ports/SkFontMgr_custom_embedded_factory.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/ports/fontmgr_custom_embedded_factory.SkFontMgr_custom_embedded_factory.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[57/1529] compile ../../src/gpu/GrBlurUtils.cpp
FAILED: obj/src/gpu/gpu.GrBlurUtils.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBlurUtils.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBlurUtils.cpp -o obj/src/gpu/gpu.GrBlurUtils.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBlurUtils.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBlurUtils.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBlurUtils.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[58/1529] compile ../../src/gpu/GrCaps.cpp
FAILED: obj/src/gpu/gpu.GrCaps.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrCaps.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrCaps.cpp -o obj/src/gpu/gpu.GrCaps.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrCaps.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrCaps.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrCaps.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[59/1529] compile ../../src/ports/SkFontMgr_custom_embedded.cpp
FAILED: obj/src/ports/fontmgr_custom_embedded.SkFontMgr_custom_embedded.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/ports/fontmgr_custom_embedded.SkFontMgr_custom_embedded.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/ports/SkFontMgr_custom_embedded.cpp -o obj/src/ports/fontmgr_custom_embedded.SkFontMgr_custom_embedded.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/ports/fontmgr_custom_embedded.SkFontMgr_custom_embedded.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/ports/SkFontMgr_custom_embedded.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/ports/fontmgr_custom_embedded.SkFontMgr_custom_embedded.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[60/1529] compile ../../src/gpu/GrBackendTextureImageGenerator.cpp
FAILED: obj/src/gpu/gpu.GrBackendTextureImageGenerator.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBackendTextureImageGenerator.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendTextureImageGenerator.cpp -o obj/src/gpu/gpu.GrBackendTextureImageGenerator.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBackendTextureImageGenerator.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendTextureImageGenerator.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBackendTextureImageGenerator.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[61/1529] compile ../../src/gpu/GrMemoryPool.cpp
FAILED: obj/src/gpu/gpu.GrMemoryPool.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrMemoryPool.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrMemoryPool.cpp -o obj/src/gpu/gpu.GrMemoryPool.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrMemoryPool.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrMemoryPool.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrMemoryPool.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[62/1529] compile ../../src/gpu/GrImageContext.cpp
FAILED: obj/src/gpu/gpu.GrImageContext.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrImageContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrImageContext.cpp -o obj/src/gpu/gpu.GrImageContext.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrImageContext.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrImageContext.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrImageContext.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[63/1529] compile ../../src/gpu/GrProxyProvider.cpp
FAILED: obj/src/gpu/gpu.GrProxyProvider.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrProxyProvider.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProxyProvider.cpp -o obj/src/gpu/gpu.GrProxyProvider.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrProxyProvider.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrProxyProvider.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrProxyProvider.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[64/1529] compile ../../src/gpu/GrBufferAllocPool.cpp
FAILED: obj/src/gpu/gpu.GrBufferAllocPool.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBufferAllocPool.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBufferAllocPool.cpp -o obj/src/gpu/gpu.GrBufferAllocPool.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBufferAllocPool.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBufferAllocPool.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBufferAllocPool.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[65/1529] compile ../../src/gpu/GrDrawOpTest.cpp
FAILED: obj/src/gpu/gpu.GrDrawOpTest.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrDrawOpTest.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDrawOpTest.cpp -o obj/src/gpu/gpu.GrDrawOpTest.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrDrawOpTest.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrDrawOpTest.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrDrawOpTest.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[66/1529] compile ../../src/gpu/GrRectanizerPow2.cpp
FAILED: obj/src/gpu/gpu.GrRectanizerPow2.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrRectanizerPow2.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrRectanizerPow2.cpp -o obj/src/gpu/gpu.GrRectanizerPow2.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrRectanizerPow2.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrRectanizerPow2.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrRectanizerPow2.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[67/1529] compile ../../src/gpu/GrFragmentProcessor.cpp
FAILED: obj/src/gpu/gpu.GrFragmentProcessor.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrFragmentProcessor.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrFragmentProcessor.cpp -o obj/src/gpu/gpu.GrFragmentProcessor.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrFragmentProcessor.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrFragmentProcessor.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrFragmentProcessor.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[68/1529] compile ../../src/gpu/GrBackendSurfaceMutableState.cpp
FAILED: obj/src/gpu/gpu.GrBackendSurfaceMutableState.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrBackendSurfaceMutableState.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendSurfaceMutableState.cpp -o obj/src/gpu/gpu.GrBackendSurfaceMutableState.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrBackendSurfaceMutableState.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrBackendSurfaceMutableState.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrBackendSurfaceMutableState.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[69/1529] compile ../../src/gpu/GrGpuBuffer.cpp
FAILED: obj/src/gpu/gpu.GrGpuBuffer.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrGpuBuffer.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrGpuBuffer.cpp -o obj/src/gpu/gpu.GrGpuBuffer.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrGpuBuffer.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrGpuBuffer.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrGpuBuffer.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
[70/1529] compile ../../src/gpu/GrColorSpaceXform.cpp
FAILED: obj/src/gpu/gpu.GrColorSpaceXform.o
/home/yjbanov/code/emsdk/upstream/emscripten/em++ -MD -MF obj/src/gpu/gpu.GrColorSpaceXform.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -s WARN_UNALIGNED=1 -s MAIN_MODULE=1 -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrColorSpaceXform.cpp -o obj/src/gpu/gpu.GrColorSpaceXform.o
error: unknown warning option '-Wno-tautological-value-range-compare' [-Werror,-Wunknown-warning-option]
em++: error: '/home/yjbanov/code/emsdk/upstream/bin/clang++ -target wasm32-unknown-emscripten -D__EMSCRIPTEN_major__=1 -D__EMSCRIPTEN_minor__=39 -D__EMSCRIPTEN_tiny__=18 -D_LIBCPP_ABI_VERSION=2 -Dunix -D__unix -D__unix__ -Werror=implicit-function-declaration -Xclang -nostdsysteminc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libcxx -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libcxxabi/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libunwind/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/compat -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/libc -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/local/include -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SSE -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/cache/wasm-pic/include -DEMSCRIPTEN -fignore-exceptions -MD -MF obj/src/gpu/gpu.GrColorSpaceXform.o.d -DNDEBUG -DSK_ASSUME_WEBGL=1 -DSK_USE_WEBGL -DSK_GAMMA_APPLY_TO_A8 -DSKIA_IMPLEMENTATION=1 -DSK_GL -I../.. -Werror -Wno-attributes -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -Wno-sign-conversion -Wno-unused-parameter -DSKNX_NO_SIMD -DSK_DISABLE_AAA -DSK_FORCE_8_BYTE_ALIGNMENT -DSK_DISABLE_LEGACY_SHADERCONTEXT -DSK_RELEASE -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0 -DSK_DISABLE_TRACING -Wno-tautological-value-range-compare -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -frtti -c ../../src/gpu/GrColorSpaceXform.cpp -Xclang -isystem/home/yjbanov/code/emsdk/upstream/emscripten/system/include/SDL -c -o obj/src/gpu/gpu.GrColorSpaceXform.o -fPIC -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -enable-emscripten-sjlj -mllvm -disable-lsr' failed (1)
ninja: build stopped: subcommand failed.
Makefile:7: recipe for target 'release' failed
make: *** [release] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment