[PATCH] D33356: [Nios2] Changes in frontend to support Nios2 LLVM target

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 08:21:22 PDT 2017


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Basic/Targets.cpp:7678
+    for (const char *feature : allFeatures) {
+        Features[feature] = isFeatureSupportedByCPU(feature, CPU);
+    }
----------------
This is indented too far. Can you fix when you commit?


https://reviews.llvm.org/D33356





More information about the cfe-commits mailing list