[llvm] [llvm-lib][Object] Add support for EC importlib symbols. (PR #81059)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 10:18:29 PST 2024
================
@@ -1362,6 +1362,47 @@ class SectionStrippedError
SectionStrippedError() { setErrorCode(object_error::section_stripped); }
};
+inline std::optional<std::string>
+getArm64ECMangledFunctionName(StringRef Name) {
----------------
dpaoliello wrote:
Would it be possible to re-use this in the existing code, instead of keeping the other copy?
https://github.com/llvm/llvm-project/pull/81059
More information about the llvm-commits
mailing list