Go to file
Anders Carlsson 6445773279 It is common for vtables to contain pointers to functions that have either incomplete return types or incomplete argument types.
Handle this by returning the llvm::OpaqueType for those cases, which CodeGenModule::GetOrCreateLLVMFunction knows about, and treats as being an "incomplete function".

llvm-svn: 89736
2009-11-24 05:08:52 +00:00
clang It is common for vtables to contain pointers to functions that have either incomplete return types or incomplete argument types. 2009-11-24 05:08:52 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to 2009-11-24 02:11:14 +00:00