[llvm-bugs] [Bug 30696] New: lld: implement -nopie

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 13 20:52:07 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30696

            Bug ID: 30696
           Summary: lld: implement -nopie
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: OpenBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: brad at comstyle.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The OpenBSD binutils toolchain supports a -nopie command line option to disable
PIE.

https://github.com/openbsd/src/commit/9622a78f2d82a6ba6ae69b32a8dc97de1d2b5596

OpenBSD uses PIE by default.

The linker still needs to be adjusted for that behavior and -nopie added to
disable PIE for OpenBSD.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161014/2ac976b4/attachment.html>


More information about the llvm-bugs mailing list