Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/building.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down