[all-commits] [llvm/llvm-project] b9e22c: [Flang][driver] Do not emit -latomic on link line ...

Michael Klemm via All-commits all-commits at lists.llvm.org
Mon Nov 10 08:10:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9e22ccd95094ebf87e916d4e5bf8992204e927e
      https://github.com/llvm/llvm-project/commit/b9e22ccd95094ebf87e916d4e5bf8992204e927e
  Author: Michael Klemm <michael.klemm at amd.com>
  Date:   2025-11-10 (Mon, 10 Nov 2025)

  Changed paths:
    M clang/lib/Driver/ToolChain.cpp

  Log Message:
  -----------
  [Flang][driver] Do not emit -latomic on link line on Windows (#164648)

Flang on Windows added `-latomic` to the link line. This library does
not exist on Windows and the linker gives a warning.



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