diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-18 23:30:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-18 23:30:02 +0000 |
commit | 4d885d9dcce73fe9c830c250154d3b204e09146f (patch) | |
tree | 52b8673b9affc01554451b27f6f6331e3a411ed7 /llvm/docs/CommandGuide/llc.html | |
parent | 8bda4c49019ad2dae483259b90a9771994ea8c23 (diff) | |
download | bcm5719-llvm-4d885d9dcce73fe9c830c250154d3b204e09146f.tar.gz bcm5719-llvm-4d885d9dcce73fe9c830c250154d3b204e09146f.zip |
document the -march=c option
llvm-svn: 11615
Diffstat (limited to 'llvm/docs/CommandGuide/llc.html')
-rw-r--r-- | llvm/docs/CommandGuide/llc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html index 30f8603e3ad..36710427642 100644 --- a/llvm/docs/CommandGuide/llc.html +++ b/llvm/docs/CommandGuide/llc.html @@ -95,6 +95,9 @@ OPTIONS <di> sparc <dd>SPARC V9</dd> + + <di> c + <dd>Emit C code</dd> </dl> <p> |