Don't register the addresses of private symbols from expressions.
They're not supposed to go in the symbol table, and in fact the way the JIT is currently implemented it sometimes crashes when you try to get the address of such a function. So we skip them. llvm-svn: 264821
Loading
Please sign in to comment