[llvm-bugs] [Bug 27160] Clang 3.7 and 3.8: `undefined reference to (non-existent procedure)` error in C code

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 1 13:06:10 PDT 2016


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

Dimitry Andric <dimitry at andric.com> changed:

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

--- Comment #4 from Dimitry Andric <dimitry at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160401/422f5505/attachment.html>


More information about the llvm-bugs mailing list