From 5a73626f5b568e838176cfeb7f0ed4beeb925f27 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 20 Nov 2024 08:14:56 -0800 Subject: [PATCH] Add missing file to libc++ build This is only needed when enabling the libc++-internal assertions. --- lib/cheri-libc++/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cheri-libc++/Makefile b/lib/cheri-libc++/Makefile index 060d97c92387..110f46613230 100644 --- a/lib/cheri-libc++/Makefile +++ b/lib/cheri-libc++/Makefile @@ -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