mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
ldgen: Improve error output when linker input is invalid, don't create output file until end of process
This commit is contained in:

committed by
Angus Gratton

parent
2c7fc07aae
commit
d4a5682e7d
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
|
||||
#
|
||||
@@ -84,4 +83,4 @@ class SDKConfig:
|
||||
("&&", 2, opAssoc.LEFT),
|
||||
("||", 2, opAssoc.LEFT)])
|
||||
|
||||
return grammar
|
||||
return grammar
|
||||
|
Reference in New Issue
Block a user