[all-commits] [llvm/llvm-project] f8772d: [libc++][format] Enable format_error on older comp...
mordante via All-commits
all-commits at lists.llvm.org
Thu Feb 11 10:14:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8772da8cc9a0be65c9ba028c2b5a895c1ed4f91
https://github.com/llvm/llvm-project/commit/f8772da8cc9a0be65c9ba028c2b5a895c1ed4f91
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M libcxx/include/format
Log Message:
-----------
[libc++][format] Enable format_error on older compilers.
It seems like modifying the header doesn't cause libc++ to be rebuild.
So the breakage of the previous commit didn't happen on my system.
This should fix the build of https://buildkite.com/mlir/mlir-core
More information about the All-commits
mailing list