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 886d24d commit f15b756Copy full SHA for f15b756
llvm/lib/ExecutionEngine/Orc/MachO.cpp
@@ -282,7 +282,7 @@ Expected<bool> ForceLoadMachOArchiveMembers::operator()(
282
return true;
283
}
284
285
-LLVM_ABI SmallVector<std::pair<uint32_t, uint32_t>>
+SmallVector<std::pair<uint32_t, uint32_t>>
286
noFallbackArchs(uint32_t CPUType, uint32_t CPUSubType) {
287
SmallVector<std::pair<uint32_t, uint32_t>> Result;
288
Result.push_back({CPUType, CPUSubType});
0 commit comments