[PATCH] D21785: [RFC]Add unittests to {ARM | AArch64}TargetParser
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 09:49:12 PDT 2016
rengolin added inline comments.
================
Comment at: unittests/Support/TargetParserTest.cpp:261
@@ +260,3 @@
+ { "xscale", nullptr},
+ { "nocrc", "-crc"},
+ { "nocrypto", "-crypto"},
----------------
He probably just mean running "clang-format" over the file.
$ clang-format unittests/Support/TargetParserTest.cpp
should do.
https://reviews.llvm.org/D21785
More information about the llvm-commits
mailing list