[all-commits] [llvm/llvm-project] 99be6b: Haiku: Enable thread-local storag, disable PIE / e...

Jérôme Duval via All-commits all-commits at lists.llvm.org
Sat Sep 2 23:03:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99be6b6d598f9ab4f4493b23375fcb87ae8b335d
      https://github.com/llvm/llvm-project/commit/99be6b6d598f9ab4f4493b23375fcb87ae8b335d
  Author: Jerome Duval <jerome.duval at gmail.com>
  Date:   2023-09-03 (Sun, 03 Sep 2023)

  Changed paths:
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Driver/ToolChains/Haiku.h
    M clang/test/Driver/pic.c
    M clang/test/Sema/tls.c

  Log Message:
  -----------
  Haiku: Enable thread-local storag, disable PIE / enable PIC by default

Derived from D49481, but added tests and simplified the diff a bit; isPIEDefault
can just be removed. Also looking through their upstream patches I noticed PIC
is also enabled.

Reviewed By: nielx

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




More information about the All-commits mailing list