diff options
Diffstat (limited to 'clang/lib/Basic/Targets/OSTargets.h')
| -rw-r--r-- | clang/lib/Basic/Targets/OSTargets.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Basic/Targets/OSTargets.h b/clang/lib/Basic/Targets/OSTargets.h index 6cc3c095557..18239a2ec77 100644 --- a/clang/lib/Basic/Targets/OSTargets.h +++ b/clang/lib/Basic/Targets/OSTargets.h @@ -113,9 +113,6 @@ public: } this->MCountName = "\01mcount"; - - // Cap vector alignment at 16 bytes for all Darwin platforms. - this->MaxVectorAlign = 128; } std::string isValidSectionSpecifier(StringRef SR) const override { |

