diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
tree | a6140557876943cdd800ee997c9317283394b22c /test/Object/Inputs | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) |
Diffstat (limited to 'test/Object/Inputs')
16 files changed, 1 insertions, 1 deletions
diff --git a/test/Object/Inputs/archive-test.a-irix6-mips64el b/test/Object/Inputs/archive-test.a-irix6-mips64el Binary files differnew file mode 100644 index 0000000000000..ccc2634be7a2f --- /dev/null +++ b/test/Object/Inputs/archive-test.a-irix6-mips64el diff --git a/test/Object/Inputs/macho-empty-kext-bundle-x86-64 b/test/Object/Inputs/macho-empty-kext-bundle-x86-64 Binary files differnew file mode 100755 index 0000000000000..bf75d3041ce02 --- /dev/null +++ b/test/Object/Inputs/macho-empty-kext-bundle-x86-64 diff --git a/test/Object/Inputs/macho-invalid-bad-symbol-index b/test/Object/Inputs/macho-invalid-bad-symbol-index Binary files differnew file mode 100644 index 0000000000000..294bbde3ddfff --- /dev/null +++ b/test/Object/Inputs/macho-invalid-bad-symbol-index diff --git a/test/Object/Inputs/macho-invalid-no-size-for-sections b/test/Object/Inputs/macho-invalid-no-size-for-sections Binary files differnew file mode 100644 index 0000000000000..89fa95acbcf8c --- /dev/null +++ b/test/Object/Inputs/macho-invalid-no-size-for-sections diff --git a/test/Object/Inputs/macho-invalid-section-index-getSectionRawName b/test/Object/Inputs/macho-invalid-section-index-getSectionRawName Binary files differnew file mode 100644 index 0000000000000..9cd3e1cace8cb --- /dev/null +++ b/test/Object/Inputs/macho-invalid-section-index-getSectionRawName diff --git a/test/Object/Inputs/macho-invalid-symbol-name-past-eof b/test/Object/Inputs/macho-invalid-symbol-name-past-eof Binary files differnew file mode 100644 index 0000000000000..874788407879c --- /dev/null +++ b/test/Object/Inputs/macho-invalid-symbol-name-past-eof diff --git a/test/Object/Inputs/macho-invalid-too-small-load-command b/test/Object/Inputs/macho-invalid-too-small-load-command Binary files differnew file mode 100644 index 0000000000000..36021692ee554 --- /dev/null +++ b/test/Object/Inputs/macho-invalid-too-small-load-command diff --git a/test/Object/Inputs/macho-invalid-too-small-segment-load-command b/test/Object/Inputs/macho-invalid-too-small-segment-load-command Binary files differnew file mode 100644 index 0000000000000..8cbfbf965785c --- /dev/null +++ b/test/Object/Inputs/macho-invalid-too-small-segment-load-command diff --git a/test/Object/Inputs/macho-zero-ncmds b/test/Object/Inputs/macho-invalid-zero-ncmds Binary files differindex 0505419195e9c..0505419195e9c 100644 --- a/test/Object/Inputs/macho-zero-ncmds +++ b/test/Object/Inputs/macho-invalid-zero-ncmds diff --git a/test/Object/Inputs/macho64-invalid-incomplete-load-command b/test/Object/Inputs/macho64-invalid-incomplete-load-command Binary files differnew file mode 100644 index 0000000000000..a569c9e14b3ac --- /dev/null +++ b/test/Object/Inputs/macho64-invalid-incomplete-load-command diff --git a/test/Object/Inputs/macho64-invalid-no-size-for-sections b/test/Object/Inputs/macho64-invalid-no-size-for-sections Binary files differnew file mode 100644 index 0000000000000..5aae5ffed3aec --- /dev/null +++ b/test/Object/Inputs/macho64-invalid-no-size-for-sections diff --git a/test/Object/Inputs/macho64-invalid-too-small-load-command b/test/Object/Inputs/macho64-invalid-too-small-load-command Binary files differnew file mode 100644 index 0000000000000..0028451d1905a --- /dev/null +++ b/test/Object/Inputs/macho64-invalid-too-small-load-command diff --git a/test/Object/Inputs/macho64-invalid-too-small-segment-load-command b/test/Object/Inputs/macho64-invalid-too-small-segment-load-command Binary files differnew file mode 100644 index 0000000000000..ce6a20134a99c --- /dev/null +++ b/test/Object/Inputs/macho64-invalid-too-small-segment-load-command diff --git a/test/Object/Inputs/program-headers.mips b/test/Object/Inputs/program-headers.mips Binary files differindex 54ebfea31f0c6..e3485b2237472 100755 --- a/test/Object/Inputs/program-headers.mips +++ b/test/Object/Inputs/program-headers.mips diff --git a/test/Object/Inputs/sectionGroup.elf.x86-64 b/test/Object/Inputs/sectionGroup.elf.x86-64 Binary files differnew file mode 100644 index 0000000000000..b88ad0c596e64 --- /dev/null +++ b/test/Object/Inputs/sectionGroup.elf.x86-64 diff --git a/test/Object/Inputs/trivial.ll b/test/Object/Inputs/trivial.ll index 463442eb90ac6..37a6bc20a8c2c 100644 --- a/test/Object/Inputs/trivial.ll +++ b/test/Object/Inputs/trivial.ll @@ -2,7 +2,7 @@ define i32 @main() nounwind { entry: - %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind + %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i32 0, i32 0)) nounwind tail call void bitcast (void (...)* @SomeOtherFunction to void ()*)() nounwind ret i32 0 } |