[all-commits] [llvm/llvm-project] f1e0ae: COFF: Set section permissions

Pavel Labath via All-commits all-commits at lists.llvm.org
Wed Oct 30 06:17:43 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f1e0ae3420b6cd554a240274c5ec77ccc4392ad3
      https://github.com/llvm/llvm-project/commit/f1e0ae3420b6cd554a240274c5ec77ccc4392ad3
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/test/Shell/ObjectFile/PECOFF/sections.yaml

  Log Message:
  -----------
  COFF: Set section permissions

Summary:
This enables us to reason about whether a given address can be
executable, for instance during unwinding.

Reviewers: amccarth, mstorsjo

Subscribers: lldb-commits

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




More information about the All-commits mailing list