mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Add new constructor to accept vector of exported names while creating
InternalizePass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -117,6 +117,7 @@ ModulePass *createPruneEHPass();
|
||||
/// the main function is found, all other globals are marked as internal.
|
||||
///
|
||||
ModulePass *createInternalizePass(bool InternalizeEverything);
|
||||
ModulePass *createInternalizePass(const std::vector<const char *> &exportList);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// createDeadArgEliminationPass - This pass removes arguments from functions
|
||||
|
||||
Reference in New Issue
Block a user