[llvm] [llvm-lib][Object] Add support for EC importlib symbols. (PR #81059)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 16:47:41 PST 2024


================
@@ -1362,6 +1362,47 @@ class SectionStrippedError
   SectionStrippedError() { setErrorCode(object_error::section_stripped); }
 };
 
+inline std::optional<std::string>
+getArm64ECMangledFunctionName(StringRef Name) {
----------------
cjacek wrote:

I added removing the copy in the new version (I will squash when pushing).

https://github.com/llvm/llvm-project/pull/81059


More information about the llvm-commits mailing list