[LLVMbugs] [Bug 9988] coppro asked me to file this bug.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 23 10:16:39 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9988

Nick Lewycky <nlewycky at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nlewycky at google.com
         Resolution|                            |INVALID

--- Comment #1 from Nick Lewycky <nlewycky at google.com> 2011-05-23 12:16:39 CDT ---
"Program used external function" is a JIT error message. Indeed
secret_cow_level has a declaration but no definition. It looks like clang
compiled the code fine then sent it to the JIT which failed to find a
definition for that function.

Also the mangling appears to be correct, and the code appears to be valid, in
case either of those were supposed to be the bug.

Closing as working-as-intended, but feel free to reopen with an explanation of
what the actual bug is.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list