search for: bc440b07

Displaying 2 results from an estimated 2 matches for "bc440b07".

2010 Oct 29
0
[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/bc440b07/attachment.html>
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