|
Lines 425-431
Link Here
|
| 425 |
def load_from_path(path, subpath): |
425 |
def load_from_path(path, subpath): |
| 426 |
# Load the LLVMBuild.txt file as an .ini format file. |
426 |
# Load the LLVMBuild.txt file as an .ini format file. |
| 427 |
parser = configparser.RawConfigParser() |
427 |
parser = configparser.RawConfigParser() |
| 428 |
parser.read(path) |
428 |
parser.read([path]) |
| 429 |
|
429 |
|
| 430 |
# Extract the common section. |
430 |
# Extract the common section. |
| 431 |
if parser.has_section("common"): |
431 |
if parser.has_section("common"): |