[PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
kevinqindev at gmail.com
Thu Jul 17 23:12:55 PDT 2014
Hi Kristof,
This patch fixed the typo issue.
And for the question about -mtune, if "-mtune=cortex-a53" is used, it will convert to "-target-cpu cortex-a53" in -cc1 option. This option will only select CPU type and won't enable any implied feature. All enabled feature will by passed explicitly by -target-feature in -cc1 option.
Regards,
Kevin
http://reviews.llvm.org/D4346
Files:
include/clang/Basic/DiagnosticDriverKinds.td
lib/Basic/Targets.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
test/CodeGen/arm_acle.c
test/Driver/aarch64-cpus.c
test/Driver/aarch64-mfpu.c
test/Preprocessor/aarch64-target-features.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4346.11632.patch
Type: text/x-patch
Size: 27063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140718/709f5356/attachment.bin>
More information about the cfe-commits
mailing list