diff options
author | Stephen Hines <srhines@google.com> | 2014-07-21 00:45:20 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-07-21 00:45:20 -0700 |
commit | c6a4f5e819217e1e12c458aed8e7b122e23a3a58 (patch) | |
tree | 81b7dd2bb4370a392f31d332a566c903b5744764 /test/Object/Inputs | |
parent | 19c6fbb3e8aaf74093afa08013134b61fa08f245 (diff) | |
download | external_llvm-c6a4f5e819217e1e12c458aed8e7b122e23a3a58.zip external_llvm-c6a4f5e819217e1e12c458aed8e7b122e23a3a58.tar.gz external_llvm-c6a4f5e819217e1e12c458aed8e7b122e23a3a58.tar.bz2 |
Update LLVM for rebase to r212749.
Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls
Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
Diffstat (limited to 'test/Object/Inputs')
-rw-r--r-- | test/Object/Inputs/corrupt-archive.a | bin | 0 -> 2698 bytes | |||
-rw-r--r-- | test/Object/Inputs/darwin-m-test1.mach0-armv7 | bin | 0 -> 432 bytes | |||
-rw-r--r-- | test/Object/Inputs/darwin-m-test2.macho-i386 | bin | 0 -> 88 bytes | |||
-rwxr-xr-x | test/Object/Inputs/darwin-m-test3.macho-x86-64 | bin | 0 -> 9216 bytes | |||
-rwxr-xr-x | test/Object/Inputs/hello-world.macho-x86_64 | bin | 0 -> 8496 bytes | |||
-rw-r--r-- | test/Object/Inputs/macho-archive-x86_64.a | bin | 0 -> 1304 bytes | |||
-rwxr-xr-x | test/Object/Inputs/no-sections.elf-x86-64 | bin | 0 -> 2912 bytes | |||
-rw-r--r-- | test/Object/Inputs/program-headers.mips64 | bin | 0 -> 790 bytes | |||
-rw-r--r-- | test/Object/Inputs/trivial.ll | 4 |
9 files changed, 4 insertions, 0 deletions
diff --git a/test/Object/Inputs/corrupt-archive.a b/test/Object/Inputs/corrupt-archive.a Binary files differnew file mode 100644 index 0000000..f8940ff --- /dev/null +++ b/test/Object/Inputs/corrupt-archive.a diff --git a/test/Object/Inputs/darwin-m-test1.mach0-armv7 b/test/Object/Inputs/darwin-m-test1.mach0-armv7 Binary files differnew file mode 100644 index 0000000..2ce3a18 --- /dev/null +++ b/test/Object/Inputs/darwin-m-test1.mach0-armv7 diff --git a/test/Object/Inputs/darwin-m-test2.macho-i386 b/test/Object/Inputs/darwin-m-test2.macho-i386 Binary files differnew file mode 100644 index 0000000..dc0e865 --- /dev/null +++ b/test/Object/Inputs/darwin-m-test2.macho-i386 diff --git a/test/Object/Inputs/darwin-m-test3.macho-x86-64 b/test/Object/Inputs/darwin-m-test3.macho-x86-64 Binary files differnew file mode 100755 index 0000000..18960c4 --- /dev/null +++ b/test/Object/Inputs/darwin-m-test3.macho-x86-64 diff --git a/test/Object/Inputs/hello-world.macho-x86_64 b/test/Object/Inputs/hello-world.macho-x86_64 Binary files differnew file mode 100755 index 0000000..d004bed --- /dev/null +++ b/test/Object/Inputs/hello-world.macho-x86_64 diff --git a/test/Object/Inputs/macho-archive-x86_64.a b/test/Object/Inputs/macho-archive-x86_64.a Binary files differnew file mode 100644 index 0000000..9979ba9 --- /dev/null +++ b/test/Object/Inputs/macho-archive-x86_64.a diff --git a/test/Object/Inputs/no-sections.elf-x86-64 b/test/Object/Inputs/no-sections.elf-x86-64 Binary files differnew file mode 100755 index 0000000..9b8ca2e --- /dev/null +++ b/test/Object/Inputs/no-sections.elf-x86-64 diff --git a/test/Object/Inputs/program-headers.mips64 b/test/Object/Inputs/program-headers.mips64 Binary files differnew file mode 100644 index 0000000..ad21c7d --- /dev/null +++ b/test/Object/Inputs/program-headers.mips64 diff --git a/test/Object/Inputs/trivial.ll b/test/Object/Inputs/trivial.ll index 25ece76..463442e 100644 --- a/test/Object/Inputs/trivial.ll +++ b/test/Object/Inputs/trivial.ll @@ -10,3 +10,7 @@ entry: declare i32 @puts(i8* nocapture) nounwind declare void @SomeOtherFunction(...) + +@var = global i32 0 +@llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @var to i8*)], section "llvm.metadata" +@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* null, i8* null }] |