[PATCH] D140880: Disable PIE

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 09:08:32 PST 2023


foad added a comment.

> That being said, i don't think this can be just set, at best it should be hidden under an opt-in flag.

I don't think there's much point doing this at all if it's opt-in. If you already know that you're suffering from a slow development cycle due to PIE, you might as well just type `cmake -DCMAKE_EXE_LINKER_FLAGS=-no-pie`. The idea of doing by default was to fix the problem for developers who didn't even know they had the problem.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140880/new/

https://reviews.llvm.org/D140880



More information about the llvm-commits mailing list