Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible ↵ | NAKAMURA Takumi | 2015-12-04 | 1 | -10/+0 |
| | | | | | | | to PECOFF. FIXME: It may be ELF-generic. llvm-svn: 254685 | ||||
* | Fix function-alias.ll test on non-X86 targets. | Evgeniy Stepanov | 2015-12-04 | 1 | -2/+0 |
| | | | | llvm-svn: 254676 | ||||
* | Emit function alias to data as a function symbol. | Evgeniy Stepanov | 2015-12-04 | 1 | -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 |