Find a file
Wesley Wiser ba100707db Don't try to build out-of-line aarch64 atomics with the msvc toolchain
The msvc toolchain does not support building `.s` files, clang only
supports generating out-of-line atomics on Linux and gcc does not
support aarch64 for Windows at all. Therefore, we don't need to compile
`lse.s` on `aarch64-pc-windows-msvc`.
2021-07-28 13:57:03 -04:00
library/compiler-builtins Don't try to build out-of-line aarch64 atomics with the msvc toolchain 2021-07-28 13:57:03 -04:00