<div dir="ltr"><div dir="ltr">On Wed, Oct 30, 2019 at 4:17 PM Johan Engelen <<a href="mailto:jbc.engelen@gmail.com">jbc.engelen@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<br><div>  Since  <span style="color:rgb(68,77,86);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;text-align:right;white-space:nowrap">2724d9e12960cc1d93eeabbfc9aa1bffffa041cc</span>, llvm-config -cxxflags no longer reports the C++ language standard version (e.g. "-std=c++14") used to compile LLVM. This may break builds of projects that build with the same flags as LLVM, e.g. the LDC compiler.</div><div>Quoting from llvm/tools/llvm-config/CMakeLists.txt:</div><div>```</div><div># The language standard potentially affects the ABI/API of LLVM, so we want<br># to make sure it is reported by llvm-config.<br></div><div>```</div><div>Even in the case of default C++ version, in my opinion llvm-config should explicitly report it.</div></div></blockquote><div><br></div><div>I will add an option to report the C++ version, though that would be a new option and require reworking the consumers to be aware of that.  It would be better to actually rely on CMake to provide the details of the build rather than `llvm-config`.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>cheers,</div><div>  Johan</div><div><br></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div></div>