https://llvm.org/bugs/show_bug.cgi?id=27160

Dimitry Andric <dimi...@andric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Dimitry Andric <dimi...@andric.com> ---
I'm not sure what causes your problem.  Your xact.i file does not contain any
calls to 'bort', and does contain calls to 'abort'.  When I compile it, either
with or without optimization, I get an object file which has references to
'abort'.

My guess is that something in your build environment either redefines abort on
the compiler command line, or in an unidentified header file.  I cannot
reproduce it, in any case.

-- 
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

Reply via email to