[all-commits] [llvm/llvm-project] f502b1: [ARMAttributeParser] Correctly parse and print Tag...

LemonBoy via All-commits all-commits at lists.llvm.org
Sat Nov 28 12:33:10 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: f502b14d40e751fe00afc493ef0d08f196524886
      https://github.com/llvm/llvm-project/commit/f502b14d40e751fe00afc493ef0d08f196524886
  Author: LemonBoy <thatlemon at gmail.com>
  Date:   2020-11-28 (Sat, 28 Nov 2020)

  Changed paths:
    M llvm/lib/Support/ARMAttributeParser.cpp
    M llvm/test/MC/ARM/assembly-default-build-attributes.s
    A llvm/test/MC/ARM/directive-arch-armv8m.s
    M llvm/unittests/Support/ARMAttributeParser.cpp

  Log Message:
  -----------
  [ARMAttributeParser] Correctly parse and print Tag_THUMB_ISA_use=3

I took the "Permitted"/"Not Permitted" combo from the `Tag_ARM_ISA_use` case (GNU tools print "Yes").

Reviewed By: compnerd, MaskRay, simon_tatham

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




More information about the All-commits mailing list