mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build
This commit is contained in:
parent
ebe704a03d
commit
a48985422c
Notes:
sideshowbarker
2024-07-18 02:22:46 +09:00
Author: https://github.com/jamesmintram Commit: https://github.com/SerenityOS/serenity/commit/a48985422c6 Pull-request: https://github.com/SerenityOS/serenity/pull/10467
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue