julia
ae9815e8 - LLVM now requires `-std=c++14` or higher (#39707)

Commit
4 years ago
LLVM now requires `-std=c++14` or higher (#39707) Without these compiler flags, we run into errors such as: ``` error: unknown type name 'constexpr' ``` when including `llvm/Support/type_traits.h`
Author
Parents
Loading