[all-commits] [llvm/llvm-project] cb7c22: [clang][driver] Fix -fveclib=ArmPL issue: with -no...

Paul Osmialowski via All-commits all-commits at lists.llvm.org
Mon Mar 31 13:56:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb7c223625f950c5ad14fed39aad8b358874fcf0
      https://github.com/llvm/llvm-project/commit/cb7c223625f950c5ad14fed39aad8b358874fcf0
  Author: Paul Osmialowski <pawel.osmialowski at arm.com>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/test/Driver/fveclib.c
    M flang/test/Driver/fveclib.f90

  Log Message:
  -----------
  [clang][driver] Fix -fveclib=ArmPL issue: with -nostdlib do not link against libm (#133578)

Although combining -fveclib=ArmPL with -nostdlib is a rare situation, it
should still be supported correctly and should effect in avoidance of
linking against libm.



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