[PATCH] D129131: Remove uses of llvm_shutdown

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 11:16:10 PDT 2022


efriedma added inline comments.


================
Comment at: polly/lib/External/isl/interface/extract_interface.cc:590
 	delete Clang;
-	llvm::llvm_shutdown();
 
----------------
nhaehnle wrote:
> Meinersbur wrote:
> > This file is imported from the upstream project (https://repo.or.cz/isl.git/blob/295cf91923295ca694e9e4433a0b818150421bee:/interface/extract_interface.cc#l590) and this change will be lost when synchronizing with it. However, this file is also not used within LLVM. I recommend to just keep as-is.
> Thanks, will do.
I think you missed the other change in this file?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129131/new/

https://reviews.llvm.org/D129131



More information about the cfe-commits mailing list