-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-compiler-rt: Build all runtimes for aarch64 and armv7 too
Since 0c391133c9201ef29273554a1505ef855ce17668 in llvm-project (LLVM 17), the sanitizers can be built for aarch64, and since 5ea9dd8c7076270695a1d90b9c73718e7d95e0bf (backported to LLVM 19.1.0 RC 4), they can be built for armv7 too. While they can be built, address sanitizer doesn't work for the non-x86 architecture, so omit those files from the install, to make it clear that they aren't expected to work. Thus, in practice, this builds the ubsan and profile runtimes for aarch64 and armv7.
- Loading branch information
Showing
2 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters