[all-commits] [llvm/llvm-project] 784da8: [ARM] Simplify the creation of escaped build attri...

Victor Campos via All-commits all-commits at lists.llvm.org
Tue Aug 16 03:49:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 784da8a722b3a85121162340e904d7b5172bdfc0
      https://github.com/llvm/llvm-project/commit/784da8a722b3a85121162340e904d7b5172bdfc0
  Author: Victor Campos <victor.campos at arm.com>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M llvm/include/llvm/Support/ARMBuildAttributes.h
    M llvm/lib/Support/ARMBuildAttrs.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp

  Log Message:
  -----------
  [ARM] Simplify the creation of escaped build attribute values

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.

Reviewed By: pratlucas

Differential Revision: https://reviews.llvm.org/D131680




More information about the All-commits mailing list