[all-commits] [llvm/llvm-project] 308a5b: [libc++] Inlines format_error for clang-cl DLL.

mordante via All-commits all-commits at lists.llvm.org
Wed Aug 31 10:13:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 308a5b1a32f0ff795cbe4115bec447c56c77617a
      https://github.com/llvm/llvm-project/commit/308a5b1a32f0ff795cbe4115bec447c56c77617a
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/include/__format/format_error.h
    M libcxx/src/format.cpp

  Log Message:
  -----------
  [libc++] Inlines format_error for clang-cl DLL.

This version is build without support for the experimental library but
the code still wants to link this function. Inlining the function solves
the issue.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D132667




More information about the All-commits mailing list