Displaying 3 results from an estimated 3 matches for "2a8692c4".
2010 Oct 29
0
[LLVMdev] strict aliasing and LLVM
Thanks for the -m tip to pass llvm options. Why is it not documented
anywhere. See http://clang.llvm.org/docs/UsersManual.html#commandline
<http://clang.llvm.org/docs/UsersManual.html#commandline>David
On Fri, Oct 29, 2010 at 2:17 AM, Benjamin Kramer
<benny.kra at googlemail.com>wrote:
>
> On 29.10.2010, at 09:26, Nick Lewycky wrote:
>
> > * If clang -O2 worked by
2010 Oct 29
2
[LLVMdev] strict aliasing and LLVM
On 29.10.2010, at 09:26, Nick Lewycky wrote:
> * If clang -O2 worked by running 'opt' and 'llc' under the hood, we
> could tell it to pass a flag along to them, but it doesn't. As it
> stands, you can't turn -enable-tbaa on when running clang.
>
> So, putting that together, one way to do it is:
>
> clang -O2 -fstrict-aliasing foo.c -flto -c -o
2010 Oct 29
2
[LLVMdev] strict aliasing and LLVM
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101029/2a8692c4/attachment.html>