Changes between Version 1 and Version 2 of Ticket #5107, comment 4
- Timestamp:
- 09/06/2022 06:47:38 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5107, comment 4
v1 v2 1 To get default pie for llvm, the following has to be passed to cmake: 2 `-DCLANG_DEFAULT_PIE_ON_LINUX=ON` and archlinux has a patch for default stack-protector-strong: https://github.com/archlinux/svntogit-packages/blob/packages/clang/trunk/enable-fstack-protector-strong-by-default.patch 1 To get default pie for clang, the following has to be passed to cmake when building LLVM: `-DCLANG_DEFAULT_PIE_ON_LINUX=ON` and archlinux has a patch for default stack-protector-strong: https://github.com/archlinux/svntogit-packages/blob/packages/clang/trunk/enable-fstack-protector-strong-by-default.patch