Skip to content

Instantly share code, notes, and snippets.

@tiagovignatti
Created November 21, 2014 16:19
Show Gist options
  • Save tiagovignatti/b944423e8bfc8ee1b211 to your computer and use it in GitHub Desktop.
Save tiagovignatti/b944423e8bfc8ee1b211 to your computer and use it in GitHub Desktop.
ninja: Entering directory `out/Debug/'
[1/8643] CXX obj/v8/src/v8_base.accessors.o
[2/8643] CXX obj/v8/src/v8_base.allocation-site-scopes.o
[3/8643] CXX obj/v8/src/v8_base.allocation-tracker.o
[4/8643] CXX obj/v8/src/v8_base.api.o
[5/8643] CXX obj/v8/src/v8_base.arguments.o
[6/8643] CXX obj/v8/src/v8_base.assembler.o
[7/8643] CXX obj/v8/src/v8_base.assert-scope.o
[8/8643] CXX obj/v8/src/v8_base.ast-value-factory.o
[9/8643] CXX obj/v8/src/v8_base.ast.o
[10/8643] CXX obj/v8/src/v8_base.background-parsing-task.o
[11/8643] CXX obj/v8/src/v8_base.bignum.o
[12/8643] CXX obj/v8/src/v8_base.bootstrapper.o
[13/8643] CXX obj/v8/src/v8_base.builtins.o
[14/8643] CXX obj/v8/src/v8_base.checks.o
[15/8643] CXX obj/v8/src/v8_base.code-factory.o
[16/8643] CXX obj/v8/src/v8_base.code-stubs.o
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.arguments.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/arguments.cc -o obj/v8/src/v8_base.arguments.o
In file included from ../../v8/src/arguments.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/arguments.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.checks.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/checks.cc -o obj/v8/src/v8_base.checks.o
In file included from ../../v8/src/checks.cc:7:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/checks.cc:7:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.ast-value-factory.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/ast-value-factory.cc -o obj/v8/src/v8_base.ast-value-factory.o
In file included from ../../v8/src/ast-value-factory.cc:28:
In file included from ../../v8/src/ast-value-factory.h:31:
In file included from ../../v8/src/api.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/ast-value-factory.cc:28:
In file included from ../../v8/src/ast-value-factory.h:31:
In file included from ../../v8/src/api.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.allocation-tracker.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/allocation-tracker.cc -o obj/v8/src/v8_base.allocation-tracker.o
In file included from ../../v8/src/allocation-tracker.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/allocation-tracker.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.assert-scope.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/assert-scope.cc -o obj/v8/src/v8_base.assert-scope.o
In file included from ../../v8/src/assert-scope.cc:7:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/assert-scope.cc:7:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.bignum.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/bignum.cc -o obj/v8/src/v8_base.bignum.o
In file included from ../../v8/src/bignum.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/bignum.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.background-parsing-task.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/background-parsing-task.cc -o obj/v8/src/v8_base.background-parsing-task.o
In file included from ../../v8/src/background-parsing-task.cc:5:
In file included from ../../v8/src/background-parsing-task.h:10:
In file included from ../../v8/src/compiler.h:9:
In file included from ../../v8/src/ast.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/background-parsing-task.cc:5:
In file included from ../../v8/src/background-parsing-task.h:10:
In file included from ../../v8/src/compiler.h:9:
In file included from ../../v8/src/ast.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.allocation-site-scopes.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/allocation-site-scopes.cc -o obj/v8/src/v8_base.allocation-site-scopes.o
In file included from ../../v8/src/allocation-site-scopes.cc:5:
In file included from ../../v8/src/allocation-site-scopes.h:8:
In file included from ../../v8/src/ast.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/allocation-site-scopes.cc:5:
In file included from ../../v8/src/allocation-site-scopes.h:8:
In file included from ../../v8/src/ast.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.accessors.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/accessors.cc -o obj/v8/src/v8_base.accessors.o
In file included from ../../v8/src/accessors.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/accessors.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.code-factory.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/code-factory.cc -o obj/v8/src/v8_base.code-factory.o
In file included from ../../v8/src/code-factory.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/code-factory.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.code-stubs.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/code-stubs.cc -o obj/v8/src/v8_base.code-stubs.o
In file included from ../../v8/src/code-stubs.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/code-stubs.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.assembler.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/assembler.cc -o obj/v8/src/v8_base.assembler.o
In file included from ../../v8/src/assembler.cc:35:
In file included from ../../v8/src/assembler.h:38:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/assembler.cc:35:
In file included from ../../v8/src/assembler.h:38:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.ast.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/ast.cc -o obj/v8/src/v8_base.ast.o
In file included from ../../v8/src/ast.cc:5:
In file included from ../../v8/src/ast.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/ast.cc:5:
In file included from ../../v8/src/ast.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.api.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/api.cc -o obj/v8/src/v8_base.api.o
In file included from ../../v8/src/api.cc:5:
In file included from ../../v8/src/api.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/api.cc:5:
In file included from ../../v8/src/api.h:8:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.builtins.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/builtins.cc -o obj/v8/src/v8_base.builtins.o
In file included from ../../v8/src/builtins.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:17:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/builtins.cc:5:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/v8/src/v8_base.bootstrapper.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DCR_CLANG_REVISION=217949 -DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DCLD2_DATA_SOURCE=static -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_LOAD_COMPLETION_HACKS=1 -DV8_TARGET_ARCH_X64 -DV8_I18N_SUPPORT -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_NSS=1 -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -D_GLIBCXX_DEBUG=1 -DENABLE_DISASSEMBLER -DV8_ENABLE_CHECKS -DOBJECT_PRINT -DVERIFY_HEAP -DDEBUG -DENABLE_EXTRA_CHECKS -DENABLE_HANDLE_ZAPPING -DOPTIMIZED_DEBUG -I../../v8 -Igen -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -Werror -pthread -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-reserved-user-defined-literal -Xclang -load -Xclang /home/tiago/git/xwalk/src/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -B/home/tiago/git/xwalk/src/third_party/binutils/Linux_x64/Release/bin -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -Wno-unused-local-typedef -Wno-format -Wno-unused-result -m64 -march=x86-64 -m64 -g -gdwarf-4 -funwind-tables -gsplit-dwarf -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Woverloaded-virtual -fdata-sections -ffunction-sections -O3 -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../v8/src/bootstrapper.cc -o obj/v8/src/v8_base.bootstrapper.o
In file included from ../../v8/src/bootstrapper.cc:5:
In file included from ../../v8/src/bootstrapper.h:8:
In file included from ../../v8/src/factory.h:8:
In file included from ../../v8/src/isolate.h:13:
In file included from ../../v8/src/contexts.h:8:
In file included from ../../v8/src/heap/heap.h:12:
In file included from ../../v8/src/counters.h:12:
../../v8/src/objects.h:5848:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
In file included from ../../v8/src/bootstrapper.cc:8:
In file included from ../../v8/src/code-stubs.h:9:
In file included from ../../v8/src/assembler.h:38:
In file included from ../../v8/src/v8.h:39:
In file included from ../../v8/src/objects-inl.h:19:
../../v8/src/elements.h:184:26: error: comparison of constant 32 with expression of type 'v8::internal::ElementsKind' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
DCHECK(elements_kind < kElementsKindCount);
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
../../v8/src/base/logging.h:197:38: note: expanded from macro 'DCHECK'
#define DCHECK(condition) CHECK(condition)
^
../../v8/src/base/logging.h:37:11: note: expanded from macro 'CHECK'
if (!(condition)) { \
^
2 errors generated.
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment