[Clang] Allow the combination of loader_uninitialized and address spaces
When an object is allocated in a non-default address space we do not need to check for a constructor if it is not initialized and has a trivial constructor (which we won't call then). Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D100929
Loading
Please register or sign in to comment