[PATCH] D129131: Remove uses of llvm_shutdown
    Nicolai Hähnle via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  3 02:36:05 PDT 2022
    
    
  
nhaehnle added inline comments.
================
Comment at: polly/lib/External/isl/interface/extract_interface.cc:590
 	delete Clang;
-	llvm::llvm_shutdown();
 
----------------
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.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129131/new/
https://reviews.llvm.org/D129131
    
    
More information about the llvm-commits
mailing list