[clang] [lld] [llvm] [LTO][LLD] Prevent invalid LTO libfunc transforms (PR #164916)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 08:04:29 PST 2026


================
@@ -1397,6 +1397,8 @@ void BitcodeFile::parse() {
     comdat[i] =
         symtab.addComdat(this, saver.save(obj->getComdatTable()[i].first));
   Triple tt(obj->getTargetTriple());
+  TargetLibraryInfoImpl tlii(tt);
----------------
teresajohnson wrote:

can these be removed now?

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


More information about the cfe-commits mailing list