[PATCH] D11849: llvm-config: Add --has-rtti option
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 17:31:20 PDT 2015
tstellarAMD added a comment.
In http://reviews.llvm.org/D11849#224127, @beanz wrote:
> Tom,
>
> What about -fno-exceptions? Does we need to handle that flag similarly? There is a thread on llvm-commits today that proposed an alternate solution that covers that case too.
>
> I cc'd you on the thread on llvm-commits, can you please review and provide feedback.
>
> Thanks,
> -Chris
In http://reviews.llvm.org/D11849#224127, @beanz wrote:
> Tom,
>
> What about -fno-exceptions? Does we need to handle that flag similarly? There is a thread on llvm-commits today that proposed an alternate solution that covers that case too.
I don't think that compiling LLVM with -fno-exceptions requires library users to use the same, which would mean we don't need a flag for it. However, we should find someone who knows C++ better than I to confirm or refute this.
http://reviews.llvm.org/D11849
More information about the llvm-commits
mailing list