[all-commits] [llvm/llvm-project] d9943e: [Object] Add DF_1_PIE
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jun 1 08:56:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d9943e7f0ce888733ee7ba91da432e5f01f7aa85
https://github.com/llvm/llvm-project/commit/d9943e7f0ce888733ee7ba91da432e5f01f7aa85
Author: Fangrui Song <maskray at google.com>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/test/tools/llvm-readobj/ELF/dynamic-tags.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[Object] Add DF_1_PIE
This flag (and the whole field DT_FLAGS_1) originated from Solaris. I intend to use it in an LLD patch D80872.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D80871
More information about the All-commits
mailing list