mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Add helper pass to remove llvm.dbg.declare intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -35,11 +35,16 @@ ModulePass *createStripSymbolsPass(bool OnlyDebugInfo = false);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// These functions removes symbols from functions and modules.
|
||||
// Only debugging information is not removed.
|
||||
// These functions strips symbols from functions and modules.
|
||||
// Only debugging information is not stripped.
|
||||
//
|
||||
ModulePass *createStripNonDebugSymbolsPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// These pass removes llvm.dbg.declare intrinsics.
|
||||
ModulePass *createStripDebugDeclarePass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// createLowerSetJmpPass - This function lowers the setjmp/longjmp intrinsics
|
||||
/// to invoke/unwind instructions. This should really be part of the C/C++
|
||||
|
Reference in New Issue
Block a user