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

John Paul Adrian Glaubitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 13:57:56 PDT 2018


glaubitz added inline comments.


================
Comment at: unittests/ADT/TripleTest.cpp:865
+  EXPECT_EQ(Triple::m680x0, T.get32BitArchVariant().getArch());
+  EXPECT_EQ(Triple::UnknownArch, T.get64BitArchVariant().getArch());
 }
----------------
Is this a formatting error (tabs vs. spaces maybe)? The syntax highlighter shows a yellow block at the beginning of the line.


Repository:
  rL LLVM

https://reviews.llvm.org/D50858





More information about the llvm-commits mailing list