mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Fix merge error
This commit is contained in:
parent
fc7edf2b90
commit
782dd77110
1 changed files with 0 additions and 6 deletions
|
@ -1809,9 +1809,3 @@ unsigned getFieldGEPIndex(AggregateDeclaration *ad, VarDeclaration *vd) {
|
||||||
assert(byteOffset == 0 && "Cannot address field by a simple GEP.");
|
assert(byteOffset == 0 && "Cannot address field by a simple GEP.");
|
||||||
return fieldIndex;
|
return fieldIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if LDC_LLVM_VER >= 307
|
|
||||||
bool supportsCOMDAT() {
|
|
||||||
return !global.params.targetTriple->isOSBinFormatMachO();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue