Go to file
Peter Smith 3add9f9fc7 [ELF] Add a NOP instruction to make LLVM generate a mapping symbol
This is a test change applicable for ARM targets.

Previously LLVM would generate a mapping symbol when code contains only
data. This was changed as part of

https://reviews.llvm.org/D30724

and to be more close to the ARM ELF ABI.

The test case is changed to check for behavior with minimal changes.

Patch by Shankar Easwaran

Differential Revision: https://reviews.llvm.org/D31500

llvm-svn: 299212
2017-03-31 13:08:49 +00:00
clang clang-format vs plugin support for Visual Studio 2017 2017-03-31 12:50:42 +00:00
clang-tools-extra [clang-tidy] Correct code-block in the doc. 2017-03-31 07:55:22 +00:00
compiler-rt Remove unused variable. 2017-03-31 12:07:58 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Try to fix the libcxx build with mingw64 2017-03-31 00:34:05 +00:00
libcxxabi [libc++abi] Remove missed use of config.h 2017-03-31 00:29:25 +00:00
libunwind [libunwind] Add sphinx docs 2017-03-28 15:21:43 +00:00
lld [ELF] Add a NOP instruction to make LLVM generate a mapping symbol 2017-03-31 13:08:49 +00:00
lldb [LLDB][MIPS] Core Dump Support. 2017-03-31 11:14:02 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm Make naming in Host.h in line with coding standards. 2017-03-31 13:06:40 +00:00
openmp Fix for bug https://llvm.org/bugs/show_bug.cgi?id=30889 2017-03-28 13:35:42 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly revert test commit r299024 2017-03-29 20:23:56 +00:00