[all-commits] [llvm/llvm-project] 23368b: Revert "[libc++] Move abs and div into stdlib.h to...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Feb 17 09:00:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 23368bee15356c830d9c315fe2c4fe0c22f29906
https://github.com/llvm/llvm-project/commit/23368bee15356c830d9c315fe2c4fe0c22f29906
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M libcxx/include/math.h
M libcxx/include/stdlib.h
Log Message:
-----------
Revert "[libc++] Move abs and div into stdlib.h to fix header cycle."
This reverts commit 82b47b2978405f802a33b00d046e6f18ef6a47be.
This broke Clang and LLDB module builds without -fmodules-local-submodule-visbility.
I'll revert this for now until we have a fix and reland once Clang
can properly handle this code.
See also the discussion in https://reviews.llvm.org/rG82b47b2978405f802a33b00d046e6f18ef6a47be
More information about the All-commits
mailing list