[all-commits] [llvm/llvm-project] 487570: [BOLT][TEST] Remove -no-pie from cflags/cxxflags

Amir Ayupov via All-commits all-commits at lists.llvm.org
Wed Apr 13 11:38:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 487570fb8600bbb9ec3c535eb763796dff6daa8d
      https://github.com/llvm/llvm-project/commit/487570fb8600bbb9ec3c535eb763796dff6daa8d
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

  Changed paths:
    M bolt/test/AArch64/asm-func-debug.test
    M bolt/test/X86/asm-func-debug.test
    M bolt/test/X86/debug-fission-single.s
    M bolt/test/X86/exceptions-args.test
    M bolt/test/X86/indirect-goto.test
    M bolt/test/X86/interprocedural-ref-entry-point.s
    M bolt/test/X86/issue20.s
    M bolt/test/X86/jump-table-footprint-reduction.test
    M bolt/test/X86/jump-table-icp.test
    M bolt/test/X86/jump-table-reference.test
    M bolt/test/X86/loop-nest.test
    M bolt/test/X86/shrinkwrapping-critedge.s
    M bolt/test/X86/shrinkwrapping.test
    M bolt/test/X86/tail-duplication-cacheline.s
    M bolt/test/X86/tail-duplication-jt.s
    M bolt/test/X86/unreachable.test
    M bolt/test/X86/vararg.test
    M bolt/test/X86/zero-sized-object.s
    M bolt/test/lit.cfg.py
    M bolt/test/runtime/X86/exceptions-instrumentation.test
    M bolt/test/runtime/X86/fix-branches-jrcxz.s
    M bolt/test/runtime/X86/hot-end-symbol.s
    M bolt/test/runtime/X86/instrumentation-dup-jts.s
    M bolt/test/runtime/X86/instrumentation-ind-calls.s
    M bolt/test/runtime/X86/interp-overwrite-bug.s
    M bolt/test/runtime/X86/section-reloc-with-addend.s
    M bolt/test/runtime/X86/shrinkwrapping-alignment.s
    M bolt/test/runtime/X86/shrinkwrapping-lock.s
    M bolt/test/runtime/X86/shrinkwrapping-pushpop.s
    M bolt/test/runtime/X86/user-func-reorder.c
    M bolt/test/runtime/fptr.test

  Log Message:
  -----------
  [BOLT][TEST] Remove -no-pie from cflags/cxxflags

Align with an upstream change D120305 to make PIE the default on linux-gnu.

Add `-no-pie` to tests that require it.

Reviewed By: maksfb, yota9

Differential Revision: https://reviews.llvm.org/D123329




More information about the All-commits mailing list