cmake no longer needs to deal with -std=c++11 checks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D10994
cmake no longer needs to deal with -std=c++11 checks.
LLVM requires and handles this now and has the correct compiler
version checks. This block of code for cmake in LLDB is no longer
needed. brucem on Jul 7 2015, 7:34 AM. Authored by
Details cmake no longer needs to deal with -std=c++11 checks.
Diff Detail
|