diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 20:22:49 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 20:22:49 +0000 |
commit | 4055d31868c55c398d47ce4d4619913383a9eb4b (patch) | |
tree | 92345de00456fd320a6295a944c670b9fbf40903 /llvm/docs/CommandGuide | |
parent | cc93ee5b457ad7fd711778d2caa2982800d08681 (diff) | |
download | bcm5719-llvm-4055d31868c55c398d47ce4d4619913383a9eb4b.tar.gz bcm5719-llvm-4055d31868c55c398d47ce4d4619913383a9eb4b.zip |
Add the PowerPC 32-bit ABI output option
llvm-svn: 17840
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llc.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llc.pod b/llvm/docs/CommandGuide/llc.pod index 19d5efa9793..3656d073ac3 100644 --- a/llvm/docs/CommandGuide/llc.pod +++ b/llvm/docs/CommandGuide/llc.pod @@ -76,6 +76,10 @@ architectures are: Intel IA-32 (Pentium and above) +=item I<ppc32> + +32-bit PowerPC (MacOS X, 32-bit ABI) + =item I<sparcv9> 64-bit SPARC V9 |