File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5229,7 +5229,7 @@ vector<Confidence<Ref<Type>>> X86CommonArchitecture::GetIntrinsicOutputs(uint32_
5229
5229
}
5230
5230
5231
5231
5232
- #ifdef __APPLE__
5232
+ #ifdef __clang__
5233
5233
// clang is very slow at optimizing this function. Optimizations have nearly zero
5234
5234
// impact on initialization time, so just turn them off.
5235
5235
void X86CommonArchitecture::InitializeCachedInputTypes () __attribute__((optnone))
@@ -5241,7 +5241,7 @@ void X86CommonArchitecture::InitializeCachedInputTypes()
5241
5241
}
5242
5242
5243
5243
5244
- #ifdef __APPLE__
5244
+ #ifdef __clang__
5245
5245
// clang is very slow at optimizing this function. Optimizations have nearly zero
5246
5246
// impact on initialization time, so just turn them off.
5247
5247
void X86CommonArchitecture::InitializeCachedOutputTypes () __attribute__((optnone))
You can’t perform that action at this time.
0 commit comments