Do not ignore errors running llvm-config
This commit is contained in:
parent
4eceb0050c
commit
8ef0752c77
@ -49,7 +49,7 @@ for llconfig in sys.argv[3:]:
|
||||
|
||||
args = [llconfig, '--libs']
|
||||
args.extend(components)
|
||||
proc = subprocess.Popen(args, stdout = subprocess.PIPE)
|
||||
proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
out, err = proc.communicate()
|
||||
|
||||
if err:
|
||||
|
Loading…
x
Reference in New Issue
Block a user