Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Jul 7, 2023
1 parent 8015192 commit 3af1033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,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
Expand Down
2 changes: 1 addition & 1 deletion third_party/libcxx/atomic
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions third_party/third_party.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3af1033

Please sign in to comment.