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 | a53115b4c254885fa19bbedf96d8d491204b86e8 (patch) | |
tree | ede0e19920f3cfc045eb13bff88d689780ffd92f /lib/CodeGen/MachineBasicBlock.cpp | |
parent | cb05af852f1d346ac07b84c74a930a5cdbd6d427 (diff) |
Compile:
int x __attribute__((used));
to:
.data
.comm _x,4 ; 'x'
.no_dead_strip _x
on both x86 and ppc darwin targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions