This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][Inline-ASM] Adding Altmacro directive to LLVM
AbandonedPublic

Authored by m_zuckerman on Apr 26 2017, 12:23 AM.

Details

Summary

This patch adds a new directive to LLVM.
Altmacro directive is a GAS driven directive and new for LLVM.
It expands the macro behavior as described in the following link: https://sourceware.org/binutils/docs/as/Altmacro.html

This patch is the first review among several other reviews and adds the infrastructure for the directive.

Diff Detail

Event Timeline

m_zuckerman created this revision.Apr 26 2017, 12:23 AM
rengolin edited edge metadata.Apr 26 2017, 3:07 AM

Well, for now, this isn't doing anything other than silently ignoring the directives.

Can you add the other patches to phab (and link to this one), so we can review the whole thing in one go?

I don't think this one should go as is without looking at the remaining ones.

m_zuckerman abandoned this revision.May 1 2017, 7:35 AM

Was combine with the D32523