llvm-config: emit the C++ standard flag into CXXFLAGS
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 1 Nov 2019 16:12:03 +0000 (09:12 -0700)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 1 Nov 2019 16:13:58 +0000 (09:13 -0700)
commit7a25de6d2073f77ea1a0d8f4cd715bec55678941
tree88d3b015def66fe67786e7cb7c279b94b7862ca5
parent21a518f7fb60bda07f0f3e9dce57f3a34e318610
llvm-config: emit the C++ standard flag into CXXFLAGS

This recovers the now "missing" flag as this is controlled by CMake
rather than injected into the user defined flags list.  This is
primarily needed by LDC and other out-of-tree users which do not
correctly setup the C++ flags.
llvm/tools/llvm-config/CMakeLists.txt