https://bugs.llvm.org/show_bug.cgi?id=28820
Jonas Devlieghere <jo...@devlieghere.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jo...@devlieghere.com
Resolution|--- |FIXED
--- Comment #10 from Jonas Devlieghere <jo...@devlieghere.com> ---
This issue no longer occurs on the current trunk:
time bin/clang++ -arch x86_64 -O2 -isysroot $(xcrun -show-sdk-path) -std=c++11
-c foo_small.cc -g -fno-exceptions
10.26 real 10.01 user 0.21 sys
time bin/clang++ -arch x86_64 -O2 -isysroot $(xcrun -show-sdk-path) -std=c++11
-c foo_small.cc -fno-exceptions
4.72 real 4.53 user 0.13 sys
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs