[all-commits] [llvm/llvm-project] c12a3b: [test] Improve driver option coverage (#192861)

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Apr 19 12:03:06 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c12a3bb65edf117cfd209e1bb8029beadb0c1c01
      https://github.com/llvm/llvm-project/commit/c12a3bb65edf117cfd209e1bb8029beadb0c1c01
  Author: Fangrui Song <i at maskray.me>
  Date:   2026-04-19 (Sun, 19 Apr 2026)

  Changed paths:
    M clang/test/Driver/Xlinker-args.c
    M clang/test/Driver/freebsd.c
    A clang/test/Driver/linux-ld-args.c
    M clang/test/Driver/linux-ld.c
    M clang/test/Driver/loongarch-toolchain.c

  Log Message:
  -----------
  [test] Improve driver option coverage (#192861)

Split the Linux GNU-linker assertions into a dedicated file and extend
them with previously-untested passthrough flags handled by
gnutools::Linker::ConstructJob: -s, -u sym, -rdynamic (-export-dynamic),
-Wl,-z keyword pairs.

LoongArch on Linux previously had no test for -X / --no-relax, which are
emitted by Gnu.cpp for LoongArch and RISC-V.



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