[lld] [ELF] Add internal InputFile (PR #78944)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 09:04:53 PST 2024


================
@@ -473,6 +473,7 @@ struct Ctx {
                  std::pair<const InputFile *, const InputFile *>>
       backwardReferences;
   llvm::SmallSet<llvm::StringRef, 0> auxiliaryFiles;
+  InputFile *internalFile;
----------------
MaskRay wrote:

Thanks for the suggestion!

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


More information about the llvm-commits mailing list