[PATCH] D55174: Fix bug 8220 - llvm-config: Only keep flags starting by -I, -D & -stdfor --cflags, --cxxflags & --ldflags

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 08:47:33 PST 2018


tstellar added a comment.

Don't we need to leave -fno-rtti here if LLVM was complied without rtti?  Also, rather than filtering out, would it be possible to explicitly add the flags that users need to successfully link/build against this install of LLVM?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55174/new/

https://reviews.llvm.org/D55174





More information about the llvm-commits mailing list