[all-commits] [llvm/llvm-project] f331cc: [ORC] Fix macho section name typo
Keith Smiley via All-commits
all-commits at lists.llvm.org
Mon Sep 19 09:50:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f331ccca26733857fef4dd3272db6aaeed7907b9
https://github.com/llvm/llvm-project/commit/f331ccca26733857fef4dd3272db6aaeed7907b9
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
Log Message:
-----------
[ORC] Fix macho section name typo
I don't think __obj_selrefs is a thing, but __objc_selrefs definitely
is.
Differential Revision: https://reviews.llvm.org/D130221
More information about the All-commits
mailing list