[all-commits] [llvm/llvm-project] 49d207: [compiler-rt] Don't build builtins beyond macOS 10.7
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Aug 4 13:48:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49d2071572d484a2b5dc356f59050bb173c8c77c
https://github.com/llvm/llvm-project/commit/49d2071572d484a2b5dc356f59050bb173c8c77c
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-08-04 (Thu, 04 Aug 2022)
Changed paths:
M compiler-rt/cmake/builtin-config-ix.cmake
Log Message:
-----------
[compiler-rt] Don't build builtins beyond macOS 10.7
It's not supported anyways, and now Clang complains about it since
we didn't support -stdlib=libc++ back then.
More information about the All-commits
mailing list