[PATCH] D28530: [Driver] Correct empty files in D28238
Kostya Kortchinsky via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 13:32:13 PST 2017
cryptoad created this revision.
cryptoad added a reviewer: rengolin.
cryptoad added a subscriber: cfe-commits.
The binary files added as part of https://reviews.llvm.org/rL291598 seem to be
empty. Those are the actual files that should have been uploaded by arc.
https://reviews.llvm.org/D28530
Files:
test/Driver/Inputs/opensuse_42.2_aarch64_tree/usr/lib64/crt1.o
test/Driver/Inputs/opensuse_42.2_aarch64_tree/usr/lib64/crti.o
test/Driver/Inputs/opensuse_42.2_aarch64_tree/usr/lib64/crtn.o
test/Driver/Inputs/opensuse_42.2_aarch64_tree/usr/lib64/gcc/aarch64-suse-linux/4.8/crtbegin.o
test/Driver/Inputs/opensuse_42.2_aarch64_tree/usr/lib64/gcc/aarch64-suse-linux/4.8/crtend.o
More information about the cfe-commits
mailing list