Skip to content

Commit

Permalink
Add missing file to libc++ build
Browse files Browse the repository at this point in the history
This is only needed when enabling the libc++-internal assertions.
  • Loading branch information
arichardson authored and bsdjhb committed Jan 16, 2025
1 parent 8f4685d commit 5a73626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cheri-libc++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SHLIB_LDSCRIPT= libc++.ldscript

SRCS+= algorithm.cpp
SRCS+= any.cpp
SRCS+= assert.cpp
SRCS+= atomic.cpp
SRCS+= barrier.cpp
SRCS+= bind.cpp
Expand Down

0 comments on commit 5a73626

Please sign in to comment.