Moving --dllexport to proper help section under Windows ifdef
This commit is contained in:
@@ -985,7 +985,7 @@ Module::AddFunctionDeclaration(const std::string &name,
|
||||
llvm::Function *function =
|
||||
llvm::Function::Create(llvmFunctionType, linkage, functionName.c_str(),
|
||||
module);
|
||||
|
||||
|
||||
#ifdef ISPC_IS_WINDOWS
|
||||
// Make export functions callable from DLLS.
|
||||
if ((g->dllExport) && (storageClass != SC_STATIC)) {
|
||||
|
||||
Reference in New Issue
Block a user