[PATCH] D37133: [libc++] Handle object files named *.obj in merge_archives.py
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 12 13:24:29 PDT 2017
mstorsjo added inline comments.
================
Comment at: utils/merge_archives.py:121
files = glob.glob(os.path.join(temp_directory_root, '*.o'))
if not files:
----------------
EricWF wrote:
> How about simply using `*.o*`?
Sure, that would probably work as well.
https://reviews.llvm.org/D37133
More information about the cfe-commits
mailing list