Align with an upstream change D120305 to make PIE the default on linux-gnu.
Add -no-pie to tests that require it.
Paths
| Differential D123329
[BOLT][TEST] Remove -no-pie from cflags/cxxflags ClosedPublic Authored by Amir on Apr 7 2022, 11:28 AM.
Details Summary Align with an upstream change D120305 to make PIE the default on linux-gnu. Add -no-pie to tests that require it.
Diff Detail
Event TimelineAmir retitled this revision from [BOLT][TEST] Remove -no-pie from tests to [BOLT][TEST] Remove -no-pie from cflags/cxxflags.Apr 7 2022, 1:06 PM Comment Actions @Amir I think you need to rebase the patch, I will check it on aarch64 then :) Thank you! Comment Actions
Done This revision is now accepted and ready to land.Apr 13 2022, 10:25 AM Closed by commit rG487570fb8600: [BOLT][TEST] Remove -no-pie from cflags/cxxflags (authored by Amir). · Explain WhyApr 13 2022, 11:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 421325 bolt/test/AArch64/asm-func-debug.test
bolt/test/X86/asm-func-debug.test
bolt/test/X86/debug-fission-single.s
bolt/test/X86/exceptions-args.test
bolt/test/X86/indirect-goto.test
bolt/test/X86/interprocedural-ref-entry-point.s
bolt/test/X86/issue20.s
bolt/test/X86/jump-table-footprint-reduction.test
bolt/test/X86/jump-table-icp.test
bolt/test/X86/jump-table-reference.test
bolt/test/X86/loop-nest.test
bolt/test/X86/shrinkwrapping-critedge.s
bolt/test/X86/shrinkwrapping.test
bolt/test/X86/tail-duplication-cacheline.s
bolt/test/X86/tail-duplication-jt.s
bolt/test/X86/unreachable.test
bolt/test/X86/vararg.test
bolt/test/X86/zero-sized-object.s
bolt/test/lit.cfg.py
bolt/test/runtime/X86/exceptions-instrumentation.test
bolt/test/runtime/X86/fix-branches-jrcxz.s
bolt/test/runtime/X86/hot-end-symbol.s
bolt/test/runtime/X86/instrumentation-dup-jts.s
bolt/test/runtime/X86/instrumentation-ind-calls.s
bolt/test/runtime/X86/interp-overwrite-bug.s
bolt/test/runtime/X86/section-reloc-with-addend.s
bolt/test/runtime/X86/shrinkwrapping-alignment.s
bolt/test/runtime/X86/shrinkwrapping-lock.s
bolt/test/runtime/X86/shrinkwrapping-pushpop.s
bolt/test/runtime/X86/user-func-reorder.c
bolt/test/runtime/fptr.test
|