[PATCH] D50858: [M680x0] Add ELF and Triple info

Artyom Goncharov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 2 05:37:47 PDT 2018


m4yers marked an inline comment as done.
m4yers added inline comments.


================
Comment at: unittests/ADT/TripleTest.cpp:865
+  EXPECT_EQ(Triple::m680x0, T.get32BitArchVariant().getArch());
+  EXPECT_EQ(Triple::UnknownArch, T.get64BitArchVariant().getArch());
 }
----------------
glaubitz wrote:
> Is this a formatting error (tabs vs. spaces maybe)? The syntax highlighter shows a yellow block at the beginning of the line.
It seems the diff tool assumes a space was copied from line 838... anyhow, there are only spaces in this diff.


Repository:
  rL LLVM

https://reviews.llvm.org/D50858





More information about the llvm-commits mailing list