[llvm-commits] [compiler-rt] r100014 - in /compiler-rt/trunk/lib: absvdi2.c absvsi2.c absvti2.c addvdi3.c addvsi3.c addvti3.c clear_cache.c eprintf.c gcc_personality_v0.c int_lib.h mulvdi3.c mulvsi3.c mulvti3.c negvdi2.c negvsi2.c negvti2.c subvd

Eli Friedman eli.friedman at gmail.com
Wed Mar 31 18:31:56 PDT 2010


On Wed, Mar 31, 2010 at 10:00 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> Author: ddunbar
> Date: Wed Mar 31 12:00:45 2010
> New Revision: 100014
>
> URL: http://llvm.org/viewvc/llvm-project?rev=100014&view=rev
> Log:
> Use a private compilerrt_abort() define instead of calling abort directly.
>  - Fiddling with abort directly is annoying given the way we use system includes, although it would be nice to fix this so we could make sure calling abort directly is verboten.

I fail to see the correlation between using abort() and including
system headers; just declare "void abort(void);".

-Eli




More information about the llvm-commits mailing list