Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix configure script to enable C++11 regardless of LLVM version.
The CodeDB work added C++11 usage into the VM source itself, but C++11 support was only enabled for LLVM >= 3.5, failing for users with lower supported LLVM versions. Resolves #3622.
- Loading branch information