================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
