diff options
author | Tim Northover <tnorthover@apple.com> | 2013-05-28 21:09:39 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2013-05-28 21:09:39 +0000 |
commit | 86b2473c2135965cfb10171ce462a3bc78b919b6 (patch) | |
tree | 14c91f1f447cbb5e822de706445ce5911d39a55b /lib/Target/AArch64/TargetInfo | |
parent | e4ee452576449d79db4e82b9e5dd08c732327e71 (diff) | |
download | external_llvm-86b2473c2135965cfb10171ce462a3bc78b919b6.zip external_llvm-86b2473c2135965cfb10171ce462a3bc78b919b6.tar.gz external_llvm-86b2473c2135965cfb10171ce462a3bc78b919b6.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp index fc706a4..377b533 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)"); } |