[all-commits] [llvm/llvm-project] 750d17: [BOLT][runtime] Change fPIE flag to fPIC

Vladislav Khmelevsky via All-commits all-commits at lists.llvm.org
Wed Nov 16 23:51:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 750d17bb72adf1f0a9a384b68c7dfd034f2b7bb8
      https://github.com/llvm/llvm-project/commit/750d17bb72adf1f0a9a384b68c7dfd034f2b7bb8
  Author: Vladislav Khmelevsky <och95 at yandex.ru>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M bolt/runtime/CMakeLists.txt

  Log Message:
  -----------
  [BOLT][runtime] Change fPIE flag to fPIC

Since instrumentation could be used on libraries we need to use fPIC,
not fPIE flag.

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




More information about the All-commits mailing list