[llvm] [Arm64EC] Copy import descriptors to the EC Map (PR #84834)

Daniel Paoliello via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 17:13:52 PDT 2024


================
@@ -677,6 +677,16 @@ static bool isECObject(object::SymbolicFile &Obj) {
   return false;
 }
 
+bool isImportDescriptor(const std::string_view Name) {
+  return Name.substr(0, ImportDescriptorPrefix.size()) ==
+             ImportDescriptorPrefix ||
----------------
dpaoliello wrote:

Good call

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


More information about the llvm-commits mailing list