[PATCH] D21785: [RFC]Add unittests to {ARM | AArch64}TargetParser
jojo.ma via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 00:55:08 PDT 2016
jojo added inline comments.
================
Comment at: unittests/Support/TargetParserTest.cpp:261
@@ +260,3 @@
+ { "xscale", nullptr},
+ { "nocrc", "-crc"},
+ { "nocrypto", "-crypto"},
----------------
rengolin wrote:
> He probably just mean running "clang-format" over the file.
>
> $ clang-format unittests/Support/TargetParserTest.cpp
>
> should do.
Oh, No brainer.
https://reviews.llvm.org/D21785
More information about the llvm-commits
mailing list