We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79a383 commit 4dccf76Copy full SHA for 4dccf76
lib/IRGen/IRGenModule.cpp
@@ -1871,6 +1871,7 @@ bool IRGenModule::canMakeStaticObjectsReadOnly() {
1871
// rdar://101126543
1872
return false;
1873
1874
+#if 0
1875
if (getOptions().DisableReadonlyStaticObjects)
1876
1877
@@ -1881,6 +1882,7 @@ bool IRGenModule::canMakeStaticObjectsReadOnly() {
1881
1882
1883
return getAvailabilityContext().isContainedIn(
1884
Context.getImmortalRefCountSymbolsAvailability());
1885
+#endif
1886
}
1887
1888
void IRGenerator::addGenModule(SourceFile *SF, IRGenModule *IGM) {
0 commit comments