[all-commits] [llvm/llvm-project] 606cb8: [lld] Require C++14 in LLD standalone build
Jez Ng via All-commits
all-commits at lists.llvm.org
Tue Feb 22 15:15:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 606cb8548a1b7763e0c8489c5efe66803a7ede72
https://github.com/llvm/llvm-project/commit/606cb8548a1b7763e0c8489c5efe66803a7ede72
Author: Jez Ng <jezng at fb.com>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M lld/CMakeLists.txt
Log Message:
-----------
[lld] Require C++14 in LLD standalone build
This is what the Clang standalone build does too. And setting this
seems to be required to get the standalone build to work on my Mac.
Reviewed By: #lld-macho, MaskRay, Ericson2314, smeenai
Differential Revision: https://reviews.llvm.org/D120269
More information about the All-commits
mailing list