mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
[ARM64][MC] Set the default CPU string to generic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75ba212653
commit
b980d6301f
@ -44,10 +44,8 @@ static MCSubtargetInfo *createARM64MCSubtargetInfo(StringRef TT, StringRef CPU,
|
||||
StringRef FS) {
|
||||
MCSubtargetInfo *X = new MCSubtargetInfo();
|
||||
|
||||
// FIXME: Make this darwin-only.
|
||||
if (CPU.empty())
|
||||
// We default to Cyclone for now, on Darwin.
|
||||
CPU = "cyclone";
|
||||
CPU = "generic";
|
||||
|
||||
InitARM64MCSubtargetInfo(X, TT, CPU, FS);
|
||||
return X;
|
||||
|
Loading…
x
Reference in New Issue
Block a user