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

Nick Lewycky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |INVALID

--- Comment #1 from Nick Lewycky <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to