Hi, I encountered into issue when try to use Rust compiler's `AtomicBool`. Linker error: `undefined reference to __sync_lock_test_and_set_1`. Quite same error for `AtomicUsize`: `undefined reference to __sync_lock_test_and_set_4`. It seems that LLVM somehow should replace these symbols by real atomic instructions for xtensa target.