[Lldb-commits] [PATCH] D129131: Remove uses of llvm_shutdown
    Michael Kruse via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Jul 29 12:00:29 PDT 2022
    
    
  
Meinersbur added inline comments.
================
Comment at: polly/lib/External/isl/interface/extract_interface.cc:590
 	delete Clang;
-	llvm::llvm_shutdown();
 
----------------
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.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129131/new/
https://reviews.llvm.org/D129131
    
    
More information about the lldb-commits
mailing list