RESOLVED FIXED 170673
[GTK] Fix x32 build
https://bugs.webkit.org/show_bug.cgi?id=170673
Summary [GTK] Fix x32 build
Alberto Garcia
Reported 2017-04-10 05:12:39 PDT
This used to work, but is currently broken: Source/WTF/wtf/Assertions.h:379:35: error: static assertion failed: JSObject_inline_storage_has_correct_alignment #define COMPILE_ASSERT(exp, name) static_assert((exp), #name) ^ Source/JavaScriptCore/runtime/JSObject.h:1519:1: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(!(sizeof(JSObject) % sizeof(WriteBarrierBase<Unknown>)), JSObject_inline_storage_has_correct_alignment); ^~~~~~~~~~~~~~ Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build.make:99: recipe for target 'Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o' failed
Attachments
Patch (963 bytes, patch)
2017-04-10 05:14 PDT, Alberto Garcia
clopez: review+
Alberto Garcia
Comment 1 2017-04-10 05:14:42 PDT
Alberto Garcia
Comment 2 2017-04-10 05:57:24 PDT
Note You need to log in before you can comment on or make changes to this bug.