1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +00:00

Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build

This commit is contained in:
James Mintram 2021-10-14 10:10:56 +01:00 committed by Linus Groh
parent ebe704a03d
commit a48985422c

View file

@ -360,6 +360,7 @@ else()
set(SOURCES
Arch/aarch64/dummy.cpp
${AK_SOURCES}
UBSanitizer.cpp
)
# Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'