projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bb13d
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Mon, 15 Oct 2007 21:10:03 +0000
(21:10 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 15 Oct 2007 21:10:03 +0000
(21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43016
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-ar/llvm-ar.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-ar/llvm-ar.cpp
b/tools/llvm-ar/llvm-ar.cpp
index 1620bf440d5f00ee1a19e97732451c8b4b21ef87..1df8a92bdf8cfe96757753cb429339cc7b511464 100644
(file)
--- a/
tools/llvm-ar/llvm-ar.cpp
+++ b/
tools/llvm-ar/llvm-ar.cpp
@@
-23,7
+23,7
@@
#include <memory>
using namespace llvm;
-// Option for compatibility with A
S
IX, not used but must allow it to be present.
+// Option for compatibility with AIX, not used but must allow it to be present.
static cl::opt<bool>
X32Option ("X32_64", cl::Hidden,
cl::desc("Ignored option for compatibility with AIX"));