5 references to LLVMPath
MonoAOTCompiler (5)
MonoAOTCompiler.cs (5)
363if (string.IsNullOrEmpty(LLVMPath)) 365throw new LogAsErrorException($"'{nameof(LLVMPath)}' is required when '{nameof(UseLLVM)}' is true."); 367if (!Directory.Exists(LLVMPath)) 369Log.LogError($"Could not find LLVMPath=${LLVMPath}"); 691aotArgs.Add($"llvm-path={LLVMPath}");