cleanup: Remove hardcoded compiler-builtins-mem
feature for armv7a-vex-v5
once compiler-builtins
can automatically add it.
#136076
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
PR #131530 adds the
armv7a-vex-v5
Tier 3 target, which operates outside of alibc
enviornment. As such as we aren't provided symbols likememcpy
,memmove
, etc... and require thecompiler-builtins-mem
feature. In the PR, we hardcodebootstrap
to automatically add the feature whentarget.contains("vex")
. Thezkvm
family of targets also does this.Once
compiler-builtins
is able to automatically detect the target, this check should be removed.The text was updated successfully, but these errors were encountered: