mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build
This commit is contained in:
parent
ebe704a03d
commit
a48985422c
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ else()
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
Arch/aarch64/dummy.cpp
|
Arch/aarch64/dummy.cpp
|
||||||
${AK_SOURCES}
|
${AK_SOURCES}
|
||||||
|
UBSanitizer.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'
|
# Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue