[all-commits] [llvm/llvm-project] c45b4e: [Hexagon] Link static PIE executables against rcrt...

Brian Cain via All-commits all-commits at lists.llvm.org
Sun Jul 19 08:49:11 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c45b4e4d00bed488d6ece5608560561732ae5b9e
      https://github.com/llvm/llvm-project/commit/c45b4e4d00bed488d6ece5608560561732ae5b9e
  Author: Brian Cain <brian.cain at oss.qualcomm.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/test/Driver/hexagon-toolchain-linux.c

  Log Message:
  -----------
  [Hexagon] Link static PIE executables against rcrt1.o (#210125)

We always selected crt1.o as the CRT start file, regardless of link
mode.

Select rcrt1.o - the self-relocating static-PIE start file when -static
and PIE are active



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list