[all-commits] [llvm/llvm-project] cb9241: Fix -fuse-init-array decision logic on NetBSD

Joerg Sonnenberger via All-commits all-commits at lists.llvm.org
Mon Oct 21 16:34:22 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cb92413c520854bfa3c3958829bde24839c80e56
      https://github.com/llvm/llvm-project/commit/cb92413c520854bfa3c3958829bde24839c80e56
  Author: Joerg Sonnenberger <joerg at bec.de>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/test/Driver/netbsd.c

  Log Message:
  -----------
  Fix -fuse-init-array decision logic on NetBSD

For NetBSD 9 and later, it is the default. On older versions, only ARM
and AArch64 use it by default.

llvm-svn: 375468




More information about the All-commits mailing list