Skip to content
Commit 9098714f authored by Jim Grosbach's avatar Jim Grosbach
Browse files

Add support for a few simple fixups to the ARM Darwin asm backend. This allows

constant pool references and global variable refernces to resolve properly
for object file generation. For example,

int x;
void foo(unsigned a, unsigned *p) {
  p[a] = x;
}

can now be successfully compiled directly to an (ARM mode) object file.

llvm-svn: 118469
parent 8909686b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment