llvm-6502/test
Rafael Espindola 33f5127540 Don't create new comdats in CodeGen.
This patch stops the implicit creation of comdats during codegen.

Clang now sets the comdat explicitly when it is required. With this patch clang and gcc
now produce the same result in pr19848.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226038 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 20:55:48 +00:00
..
Analysis [PM] Port domtree to the new pass manager (at last). 2015-01-14 10:19:28 +00:00
Assembler Add support for comdats with names larger than 256 characters. 2015-01-14 18:25:45 +00:00
Bindings
Bitcode Don't create new comdats in CodeGen. 2015-01-14 20:55:48 +00:00
BugPoint
CodeGen Don't create new comdats in CodeGen. 2015-01-14 20:55:48 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker Utils: Handle remapping distinct MDLocations 2015-01-14 01:29:32 +00:00
LTO
MC Don't create new comdats in CodeGen. 2015-01-14 20:55:48 +00:00
Object
Other
SymbolRewriter
TableGen
tools Fix linking of shared libraries. 2015-01-14 20:08:46 +00:00
Transforms InstCombine: Don't take A-B<0 into A<B if A-B has other uses 2015-01-14 19:26:56 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh