[HLSL] Call global constructors inside entry
HLSL doesn't have a runtime loader model that supports global construction by a loader or runtime initializer. To allow us to leverage global constructors with minimal code generation impact we put calls to the global constructors inside the generated entry function. Differential Revision: https://reviews.llvm.org/D132977
Loading
Please sign in to comment