https://bugs.llvm.org/show_bug.cgi?id=19885
Davide Italiano <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Davide Italiano <[email protected]> ---
Doesn't repro anymore, feel free to reopen.
[davide@localhost bin]$ ./clang -flto -Os patatino.c -fuse-ld=lld -o patatino
&& ./patatino
0
[davide@localhost bin]$ ./clang -flto -O0 patatino.c -fuse-ld=lld -o patatino
&& ./patatino
0
[davide@localhost bin]$ ./clang -flto -O1 patatino.c -fuse-ld=lld -o patatino
&& ./patatino
0
[davide@localhost bin]$ ./clang -flto -O2 patatino.c -fuse-ld=lld -o patatino
&& ./patatino
0
[davide@localhost bin]$ ./clang -flto -O3 patatino.c -fuse-ld=lld -o patatino
&& ./patatino
0
--
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