Bug 244655

Summary: Add USE_LIBCXX option to use llvm libc++
Product: WebKit Reporter: Leslie Zhai <zhaixiang>
Component: CMakeAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: PC   
OS: Linux   

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