summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-10-29 16:57:43 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-10-29 16:57:43 +0000
commit61c9de7565235605b3dc43d2e4f28fc9733390c3 (patch)
treeb7d9d487b197c6f4f63c42c8bf101c32b97be2f8 /llvm/lib/Target
parent905abe5b5d8bfb0e7819d9215a4b52c9f3296414 (diff)
downloadbcm5719-llvm-61c9de7565235605b3dc43d2e4f28fc9733390c3.tar.gz
bcm5719-llvm-61c9de7565235605b3dc43d2e4f28fc9733390c3.zip
[X86] Enable the MachineVerifier by default
The machine verifier was disabled for x86 by default. There are now only 9 tests failing, compared to what previously was between 20 and 30. This is a good opportunity to file bugs for all the remaining issues, then explicitly disable the failing tests and enabling the machine verifier by default. This allows us to avoid adding new tests that break the verifier. PR27481 llvm-svn: 345513
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86TargetMachine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.h b/llvm/lib/Target/X86/X86TargetMachine.h
index 5b21cd82b5b..f5b45da0c3d 100644
--- a/llvm/lib/Target/X86/X86TargetMachine.h
+++ b/llvm/lib/Target/X86/X86TargetMachine.h
@@ -53,10 +53,6 @@ public:
TargetLoweringObjectFile *getObjFileLowering() const override {
return TLOF.get();
}
-
- bool isMachineVerifierClean() const override {
- return false;
- }
};
} // end namespace llvm
OpenPOWER on IntegriCloud