llvm/test
Rafael Espindola 58019e7bea Disallow aliases to available_externally.
They are as much trouble as aliases to declarations. They are requiring
the code generator to define a symbol with the same value as another
symbol, but the second symbol is undefined.

If representing this is important for some optimization, we could add
support for available_externally aliases. They would be *required* to
point to a declaration (or available_externally definition).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254170 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-26 19:22:59 +00:00
..
Analysis
Assembler AsmParser: Make the code for parsing unnamed aliases more closely resemble that for unnamed globals. 2015-11-25 02:54:07 +00:00
Bindings
Bitcode
BugPoint
CodeGen [Hexagon] Hexagon V60 HVX intrinsic defintions 2015-11-26 16:54:33 +00:00
DebugInfo
Examples
ExecutionEngine [RuntimeDyld] Don't allocate unnecessary stub buffer space 2015-11-23 21:47:51 +00:00
Feature [OperandBundles] Treat "deopt" operand bundles specially 2015-11-26 01:16:05 +00:00
FileCheck
Instrumentation [msan] Relax origin-alignment test. 2015-11-24 21:44:16 +00:00
Integer
JitListener
LibDriver
Linker Disallow aliases to available_externally. 2015-11-26 19:22:59 +00:00
LTO
MC [mips][ias] Range check uimm5 operands and fix several bugs this revealed. 2015-11-26 16:35:41 +00:00
Object
Other
SymbolRewriter
TableGen Add new vector types for 512-, 1024- and 2048-bit vectors 2015-11-24 13:07:35 +00:00
tools Make this test a bit more strict. 2015-11-24 16:43:53 +00:00
Transforms Disallow aliases to available_externally. 2015-11-26 19:22:59 +00:00
Unit
Verifier Disallow aliases to available_externally. 2015-11-26 19:22:59 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh