Possibly use a response file for llvm-nm. Fixes #13661 (#13664)

This commit is contained in:
Alon Zakai 2021-03-16 02:40:37 -07:00 коммит произвёл GitHub
Родитель ac18c814fd
Коммит 6bfb7f15d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -376,6 +376,7 @@ def llvm_nm_multiple(files):
if len(llvm_nm_files) > 0:
cmd = [LLVM_NM] + llvm_nm_files
cmd = get_command_with_possible_response_file(cmd)
results = run_process(cmd, stdout=PIPE, stderr=PIPE, check=False)
# If one or more of the input files cannot be processed, llvm-nm will return a non-zero error code, but it will still process and print