Skip to content

Commit f15b756

Browse files
authored
[ORC] Remove unnecessary LLVM_ABI on function def. NFCI. (#168478)
1 parent 886d24d commit f15b756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/MachO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Expected<bool> ForceLoadMachOArchiveMembers::operator()(
282282
return true;
283283
}
284284

285-
LLVM_ABI SmallVector<std::pair<uint32_t, uint32_t>>
285+
SmallVector<std::pair<uint32_t, uint32_t>>
286286
noFallbackArchs(uint32_t CPUType, uint32_t CPUSubType) {
287287
SmallVector<std::pair<uint32_t, uint32_t>> Result;
288288
Result.push_back({CPUType, CPUSubType});

0 commit comments

Comments
 (0)