mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-23 20:44:51 +00:00
Make sure that the TargetOptions operator== is checking the
full contents of the class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223159 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26cc5bea39
commit
9643005b50
@ -288,6 +288,12 @@ inline bool operator==(const TargetOptions &LHS,
|
||||
ARE_EQUAL(TrapFuncName) &&
|
||||
ARE_EQUAL(FloatABIType) &&
|
||||
ARE_EQUAL(AllowFPOpFusion) &&
|
||||
ARE_EQUAL(JTType) &&
|
||||
ARE_EQUAL(FCFI) &&
|
||||
ARE_EQUAL(ThreadModel) &&
|
||||
ARE_EQUAL(CFIType) &&
|
||||
ARE_EQUAL(CFIEnforcing) &&
|
||||
ARE_EQUAL(CFIFuncName) &&
|
||||
ARE_EQUAL(MCOptions);
|
||||
#undef ARE_EQUAL
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user