arm64: LLVMLinux: Check for NULL in futext_atomic_cmpxchg_inatomic()
futex_init passes in uaddr = 0. The LLVM optimizer will see that *uaddr is 0, set the register
to xzr and compilation will fail.
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
Please register or sign in to comment