summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/function-alias.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible ↵NAKAMURA Takumi2015-12-041-10/+0
| | | | | | | to PECOFF. FIXME: It may be ELF-generic. llvm-svn: 254685
* Fix function-alias.ll test on non-X86 targets.Evgeniy Stepanov2015-12-041-2/+0
| | | | llvm-svn: 254676
* Emit function alias to data as a function symbol.Evgeniy Stepanov2015-12-041-0/+12
CFI emits jump slots for indirect functions as a byte array constant, and declares function-typed aliases to these constants. This change fixes AsmPrinter to emit these aliases as function symbols and not data symbols. llvm-svn: 254674
OpenPOWER on IntegriCloud