summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/TargetInfo
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-05-28 21:09:39 +0000
committerTim Northover <tnorthover@apple.com>2013-05-28 21:09:39 +0000
commit86b2473c2135965cfb10171ce462a3bc78b919b6 (patch)
tree14c91f1f447cbb5e822de706445ce5911d39a55b /lib/Target/AArch64/TargetInfo
parente4ee452576449d79db4e82b9e5dd08c732327e71 (diff)
downloadllvm-86b2473c2135965cfb10171ce462a3bc78b919b6.tar.gz
llvm-86b2473c2135965cfb10171ce462a3bc78b919b6.tar.bz2
llvm-86b2473c2135965cfb10171ce462a3bc78b919b6.tar.xz
AArch64: clarify -help message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/TargetInfo')
-rw-r--r--lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
index fc706a4cd4..377b533be8 100644
--- a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
+++ b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
@@ -20,5 +20,5 @@ Target llvm::TheAArch64Target;
extern "C" void LLVMInitializeAArch64TargetInfo() {
RegisterTarget<Triple::aarch64, /*HasJIT=*/true>
- X(TheAArch64Target, "aarch64", "AArch64");
+ X(TheAArch64Target, "aarch64", "AArch64 (ARM 64-bit target)");
}