This commit is contained in:
Farid Zakaria 2023-06-26 16:32:07 +00:00
parent 29b8816f1f
commit 474350c602
3 changed files with 3 additions and 1 deletions

View file

@ -199,6 +199,7 @@ include third_party/zip/zip.mk
include third_party/xxhash/xxhash.mk
include third_party/unzip/unzip.mk
include tool/build/lib/buildlib.mk
include third_party/mold/mold.mk
include third_party/chibicc/chibicc.mk
include third_party/chibicc/test/test.mk
include third_party/python/python.mk

View file

@ -803,7 +803,7 @@ bool __cxx_atomic_compare_exchange_weak(
}
template <typename _Tp>
_LIBCPP_INLINE_VISIBILITY
_LIBCPP_INLINE_VISIBILITY inline
bool __cxx_atomic_compare_exchange_weak(
__cxx_atomic_base_impl<_Tp>* __a, _Tp* __expected, _Tp __value, memory_order __success,
memory_order __failure) {

View file

@ -6,6 +6,7 @@ o/$(MODE)/third_party: \
o/$(MODE)/third_party/argon2 \
o/$(MODE)/third_party/awk \
o/$(MODE)/third_party/bzip2 \
o/$(MODE)/third_party/mold \
o/$(MODE)/third_party/chibicc \
o/$(MODE)/third_party/compiler_rt \
o/$(MODE)/third_party/ctags \