llvm-6502/test
David Majnemer b5b306e6a9 Inliner: Non-local functions in COMDATs shouldn't be dropped
A function with discardable linkage cannot be discarded if its a member
of a COMDAT group without considering all the other COMDAT members as
well.  This sort of thing is already handled by GlobalOpt/GlobalDCE.

This fixes PR21206.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219335 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-08 19:32:32 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen [AVX512] Added intrinsics for 128-, 256- and 512-bit versions of VPCMP/VPCMPU{BWDQ} 2014-10-08 15:49:26 +00:00
DebugInfo Fix COFF section index relocation should be 16 bits, not 32 2014-10-08 18:01:49 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation DebugInfo+DFSan: Ensure that debug info references to llvm::Functions remain pointing to the underlying function when wrappers are created 2014-10-07 22:59:46 +00:00
Integer
JitListener
Linker
LTO
MC Fix COFF section index relocation should be 16 bits, not 32 2014-10-08 18:01:49 +00:00
Object Correctly compute the size of common symbols in COFF. 2014-10-08 17:37:19 +00:00
Other
TableGen
tools llvm-readobj: add test for r219228 2014-10-08 02:06:11 +00:00
Transforms Inliner: Non-local functions in COMDATs shouldn't be dropped 2014-10-08 19:32:32 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh