[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
Thu Dec 6 15:29:15 PST 2018
tstellar added a comment.
In D55174#1321973 <https://reviews.llvm.org/D55174#1321973>, @sylvestre.ledru wrote:
> @tstellar will you accept this patch if I remove -std?
> thanks
I think stripping out -fno-rtti is going to be really disruptive. Here is an alternative solution I came up with: D55391 <https://reviews.llvm.org/D55391>.
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