module battery.frontend.llvmConf
Code for handling a small config file that declares information regarding LLVM.
This is for building the compiler on Windows systems, where we can't use
llvm-config
.
Code Map
//! Code for handling a small config file that declares information
//! regarding LLVM.
module battery.frontend.llvmConf;
//! Parse llvmConf-related command line arguments.
fn parseArguments(args: string[], llvmConf: string) { }
fn parseArguments(args: string[], llvmConf: string)
Parse llvmConf-related command line arguments.
This parses the argument --llvmconf
from args
and also scans any directories.