[all-commits] [llvm/llvm-project] 12b87f: [Driver] Silence stdlib warning when linking C on ...

dankm via All-commits all-commits at lists.llvm.org
Wed Oct 11 09:28:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12b87f6ef720080fab1e2d48ca2d8c5ba478ee5d
      https://github.com/llvm/llvm-project/commit/12b87f6ef720080fab1e2d48ca2d8c5ba478ee5d
  Author: dankm <dan.mcgregor at usask.ca>
  Date:   2023-10-11 (Wed, 11 Oct 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/FreeBSD.cpp

  Log Message:
  -----------
  [Driver] Silence stdlib warning when linking C on FreeBSD (#68011)

Similar to the Gnu toolchain, ignore uses of '-stdlib=libc++' when
linking C code. CMake insists on adding it to the command line when
linking C, and a bunch of other build systems do similarly.




More information about the All-commits mailing list