[PATCH] [Object, MachO] Don't crash on invalid MachO load commands.
Alexey Samsonov
vonosmas at gmail.com
Thu Jun 4 11:54:18 PDT 2015
================
Comment at: test/Object/macho-invalid.test:4
@@ -3,3 +3,3 @@
-RUN: not llvm-objdump -private-headers %p/Inputs/macho64-invalid-incomplete-load-command 2>&1 \
+RUN: llvm-objdump -private-headers %p/Inputs/macho64-invalid-incomplete-load-command 2>&1 \
RUN: | FileCheck -check-prefix INCOMPLETE-LOADC %s
----------------
filcab wrote:
> Please commit this formatting change separately, then add the case for this patch.
Done in r239068.
http://reviews.llvm.org/D10230
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list