mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 12:46:00 +00:00
Default to the xs1b subtarget
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac53a0b272
commit
acfbb92824
@ -20,7 +20,7 @@ XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &FS)
|
||||
: IsXS1A(false),
|
||||
IsXS1B(false)
|
||||
{
|
||||
std::string CPU = "xs1a-generic";
|
||||
std::string CPU = "xs1b-generic";
|
||||
|
||||
// Parse features string.
|
||||
ParseSubtargetFeatures(FS, CPU);
|
||||
|
Loading…
x
Reference in New Issue
Block a user