Displaying 2 results from an estimated 2 matches for "a87f1071".
Did you mean:
a87f102
2019 Oct 30
2
llvm-config --cxxflags should report C++ language standard version
Hi all,
Since 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc, 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.
Quoting from llvm/tools/llvm-config/CMakeLists.txt:
```
# The language standard potentially affects the ABI/API of
2019 Oct 31
3
llvm-config --cxxflags should report C++ language standard version
...piler version as the LLVM
package because things rely on compiler defaults to be the same. Hence the
comment in llvm-config/CMakeLists.
regards,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/a87f1071/attachment.html>