Bug 244655
| Summary: | Add USE_LIBCXX option to use llvm libc++ | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Leslie Zhai <zhaixiang> |
| Component: | CMake | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Leslie Zhai
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Leslie Zhai
Pull request: https://github.com/WebKit/WebKit/pull/3904