[all-commits] [llvm/llvm-project] 7f6e33: Support `#pragma clang section` directives on Mach...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Thu Feb 25 09:31:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f6e3316456f939a062aad0eeaac983251a1747c
      https://github.com/llvm/llvm-project/commit/7f6e3316456f939a062aad0eeaac983251a1747c
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/TargetInfo.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/test/CodeGenCXX/clang-sections.cpp
    A clang/test/Sema/pragma-clang-section-macho.c
    M llvm/include/llvm/MC/MCSectionMachO.h
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/MC/MCParser/DarwinAsmParser.cpp
    M llvm/lib/MC/MCSectionMachO.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    A llvm/test/CodeGen/AArch64/clang-section-macho.ll

  Log Message:
  -----------
  Support `#pragma clang section` directives on MachO targets

rdar://59560986

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




More information about the All-commits mailing list