This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Simplify the creation of escaped build attribute values
ClosedPublic

Authored by vhscampos on Aug 11 2022, 7:29 AM.

Details

Summary

There is an existing mechanism to escape strings, therefore the
functions created to escape Tag_also_compatible_with values are not
really needed. We can simply use the pre-existing utilities.

Diff Detail