1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Nikola Prica 5d3276d477 [ELF] Loose a condition for relocation with a symbol
Deleted code was introduced as a work around for a bug in the gold linker
(http://sourceware.org/PR16794). Test case that was given as a reason for
this part of code, the one on previous link, now works for the gold.
This condition is too strict and when a code is compiled with debug info
it forces generation of numerous relocations with symbol for architectures
that do not have relocation addend.

Reviewers: arsenm, espindola

Reviewed By: MaskRay

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

llvm-svn: 365618
2019-07-10 11:17:48 +00:00
..
Analysis Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
Assembler [ThinLTO] Attempt to recommit r365188 after alignment fix 2019-07-05 15:25:05 +00:00
Bindings
Bitcode Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
BugPoint
CodeGen [X86][SSE] EltsFromConsecutiveLoads - add basic dereferenceable support 2019-07-10 10:46:36 +00:00
DebugInfo Make pdbdump-objfilename test work again 2019-07-09 17:02:51 +00:00
Demangle
Examples
ExecutionEngine Re-apply r364600 with fixes. 2019-06-28 18:36:59 +00:00
Feature Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
FileCheck [FileCheck] Don't diagnose undef vars at parse time 2019-07-05 16:25:33 +00:00
Instrumentation hwasan: Improve precision of checks using short granule tags. 2019-07-09 20:22:36 +00:00
Integer
JitListener
Linker
LTO Revert [InlineCost] cleanup calculations of Cost and Threshold 2019-07-03 04:01:51 +00:00
MachineVerifier GlobalISel: Verify G_MERGE_VALUES operand sizes 2019-07-01 18:01:35 +00:00
MC [ELF] Loose a condition for relocation with a symbol 2019-07-10 11:17:48 +00:00
Object [test/Object/nm-trivial-object.test] - Remove 4 precompiled binaries. 2019-07-10 08:40:11 +00:00
ObjectYAML
Other Scalable Vector IR Type with further LTO fixes 2019-07-05 12:48:16 +00:00
SafepointIRVerifier
Support [llvm-dwarfdump] Remove unnecessary explicit -h behaviour 2019-06-21 11:22:20 +00:00
SymbolRewriter
TableGen [CodeGen] Add larger vector types for i32 and f32 2019-07-07 04:47:37 +00:00
ThinLTO/X86 [ThinLTO] only emit used or referenced CFI records to index 2019-07-09 18:50:55 +00:00
tools [llvm-objdump] Keep warning for --disassemble-functions in correct order. 2019-07-09 21:53:33 +00:00
Transforms [SimpleLoopUnswitch] Don't consider unswitching switch insructions with one unique successor 2019-07-10 10:25:22 +00:00
Unit
Verifier Scalable Vector IR Type with further LTO fixes 2019-07-05 12:48:16 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh