EricWF added inline comments. ================ Comment at: utils/merge_archives.py:121 files = glob.glob(os.path.join(temp_directory_root, '*.o')) if not files: ---------------- How about simply using `*.o*`? https://reviews.llvm.org/D37133