diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-26 03:39:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-26 03:39:53 +0000 |
commit | ad4e7eb59e5fa85345b2cc7d12ddd769c5c0c14b (patch) | |
tree | 0062b3b0c4bdadd0969edfab6b4656f69f916234 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 66af390631afca15edd4d64f0a1e7c16a4c7ef1f (diff) | |
download | llvm-ad4e7eb59e5fa85345b2cc7d12ddd769c5c0c14b.zip llvm-ad4e7eb59e5fa85345b2cc7d12ddd769c5c0c14b.tar.gz llvm-ad4e7eb59e5fa85345b2cc7d12ddd769c5c0c14b.tar.bz2 |
Compile:
int x __attribute__((used));
to:
.data
.comm _x,4 ; 'x'
.no_dead_strip _x
on both x86 and ppc darwin targets.
llvm-svn: 30605
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions