mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
Revert part of r321026 "[X86] Don't use NOPL when the assembler is passed an empty CPU string." while I investigate how to fix an lld test failure.
Looks like lld also needs to pass a -mcpu in some of its tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
456d2793cd
commit
fd4ed124f4
@ -78,7 +78,7 @@ public:
|
||||
CPU != "i586" && CPU != "pentium" && CPU != "pentium-mmx" &&
|
||||
CPU != "i686" && CPU != "k6" && CPU != "k6-2" && CPU != "k6-3" &&
|
||||
CPU != "geode" && CPU != "winchip-c6" && CPU != "winchip2" &&
|
||||
CPU != "c3" && CPU != "c3-2" && CPU != "lakemont" && CPU != "";
|
||||
CPU != "c3" && CPU != "c3-2" && CPU != "lakemont";
|
||||
}
|
||||
|
||||
unsigned getNumFixupKinds() const override {
|
||||
|
Loading…
Reference in New Issue
Block a user