libcxx fork for Darling build
Go to file
Thomas A. 30a76a2c85 Build All Sources For CXX Static Library
I couldn't find an explantion for why we only build "stdexcept.cpp" instead of all of the libcxx source code...
2024-10-31 22:19:51 -07:00
benchmarks Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
cmake Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
docs Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
include Manually generate __config_size file 2022-06-26 16:57:04 -07:00
lib Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
src Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
test Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
utils Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
.clang-format Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
.gitignore Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
appveyor-reqs-install.cmd Attempt to upgrade compiler used by appveyor builds 2019-04-03 20:40:01 +00:00
appveyor.yml disable appveyor config for MSVC 2015 2019-04-03 20:36:51 +00:00
CMakeLists.txt Build All Sources For CXX Static Library 2024-10-31 22:19:51 -07:00
CMakeLists.txt.old Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
CREDITS.TXT Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
README.md Upload README.md 2023-05-10 10:42:14 -07:00
TODO.TXT Downgrading libcxx to llvmorg-13.0.1 2022-06-26 13:05:32 -07:00

darling-libcxx

Upstream URL

https://github.com/llvm/llvm-project/tree/llvmorg-13.0.1/libcxx

Updating Source

When updating the source code, make sure to refer to the Updating Sources section from the Darling Docs website. Additional details (if any) can be found in darling/notes/UPDATE_SOURCE.md.