Bug 197085 - Build fails with libcxx/clang
Summary: Build fails with libcxx/clang
Status: RESOLVED DUPLICATE of bug 198180
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-18 18:16 PDT by Khem Raj
Modified: 2021-04-04 13:36 PDT (History)
0 users

See Also:


Attachments
Proposed fix (479 bytes, patch)
2019-04-18 18:17 PDT, Khem Raj
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Khem Raj 2019-04-18 18:16:10 PDT
I am seeing below error with clang-8.0/libcxx here

webkitgtk-2.24.0/Source/JavaScriptCore/assembler/PerfLog.cpp:147:32: error: implicit instantiation of undefined template 'std::__1::array<char, 1024>'
        std::array<char, 1024> filename;
                               ^
Comment 1 Khem Raj 2019-04-18 18:17:44 PDT
Created attachment 367779 [details]
Proposed fix
Comment 2 Khem Raj 2021-04-04 13:36:57 PDT
this has been fixed with patch from https://bugs.webkit.org/show_bug.cgi?id=198180

so we can close it

*** This bug has been marked as a duplicate of bug 198180 ***