[all-commits] [llvm/llvm-project] 57f1c4: clang-format xray InstrumentationMap.cpp

Ian Levesque via All-commits all-commits at lists.llvm.org
Thu May 28 15:42:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 57f1c43cda8a05920997cd50147ed01a124b4239
      https://github.com/llvm/llvm-project/commit/57f1c43cda8a05920997cd50147ed01a124b4239
  Author: Ian Levesque <ianlevesque at fb.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/XRay/InstrumentationMap.cpp

  Log Message:
  -----------
  clang-format xray InstrumentationMap.cpp


  Commit: e62d67f770d279d0ef7e6f1175e0a88aaffd58b0
      https://github.com/llvm/llvm-project/commit/e62d67f770d279d0ef7e6f1175e0a88aaffd58b0
  Author: Ian Levesque <ianlevesque at fb.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/XRay/InstrumentationMap.cpp
    A llvm/test/tools/llvm-xray/ARM/extract-instrmap.test
    M llvm/test/tools/llvm-xray/X86/bad-instrmap-sizes.txt
    M llvm/test/tools/llvm-xray/X86/unsupported-elf32.txt

  Log Message:
  -----------
  [xray] Add llvm-xray extract support for 32 bit ARM

Summary:
XRay works on 32-bit ARM but extract didn't support it.

See also another previous attempt in D77858.

Reviewers: MaskRay, dberris, johnislarry

Subscribers: kristof.beyls, hiraditya, danielkiss, llvm-commits

Tags: #llvm

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


Compare: https://github.com/llvm/llvm-project/compare/791c78f5e0ce...e62d67f770d2


More information about the All-commits mailing list