[PATCH] D21277: Resubmit r270688: Using new TargetParser in Clang.
Eric Christopher via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 16:15:56 PDT 2016
echristo added inline comments.
================
Comment at: lib/Basic/Targets.cpp:5709
@@ -5715,1 +5708,3 @@
+
+ return false;
}
----------------
compnerd wrote:
> Please collapse this:
>
> return Name == "generic" || llvm::AArch64::parseCPUArch(Name) != llvm::ARM::AK_INVALID;
... why doesn't this actually set the cpu?
Repository:
rL LLVM
http://reviews.llvm.org/D21277
More information about the cfe-commits
mailing list