https://bugs.llvm.org/show_bug.cgi?id=19889
Davide Italiano <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |[email protected]
--- Comment #1 from Davide Italiano <[email protected]> ---
This probably went away a while ago.
[davide@localhost bin]$ ./clang -flto -O0 lto.c -o blah && ./blah
[davide@localhost bin]$ ./clang -flto -O1 lto.c -o blah && ./blah
[davide@localhost bin]$ ./clang -flto -O2 lto.c -o blah && ./blah
[davide@localhost bin]$ ./clang -flto -O3 lto.c -o blah && ./blah
[davide@localhost bin]$ ./clang -flto -Os lto.c -o blah && ./blah
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs