Bug 244655 - Add USE_LIBCXX option to use llvm libc++
Summary: Add USE_LIBCXX option to use llvm libc++
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-31 19:39 PDT by Leslie Zhai
Modified: 2022-09-01 05:03 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leslie Zhai 2022-08-31 19:39:23 PDT
Hi,

I have to use clang++-13 and libc++ due to GCC 9.3 or newer is required to build WebKit.

So I just add USE_LIBCXX option to use llvm libc++:   https://github.com/xiangzhai/WebKit/commit/43846a584ac3f91d49ed3420c8021479a0effdaa 

Thanks,
Leslie Zhai
Comment 1 Leslie Zhai 2022-08-31 19:49:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3904