LLVM 20.0.0git
|
Nullify DBG_VALUE_LISTs instructions as a temporary measure before we implement DBG_VALUE_LIST handling in WebAssemblyDebugValueManager. More...
#include "WebAssembly.h"
#include "WebAssemblySubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "wasm-nullify-dbg-value-lists" |
Functions | |
INITIALIZE_PASS (WebAssemblyNullifyDebugValueLists, DEBUG_TYPE, "WebAssembly Nullify DBG_VALUE_LISTs", false, false) FunctionPass *llvm | |
Nullify DBG_VALUE_LISTs instructions as a temporary measure before we implement DBG_VALUE_LIST handling in WebAssemblyDebugValueManager.
See https://github.com/llvm/llvm-project/issues/49705. TODO Correctly handle DBG_VALUE_LISTs
Definition in file WebAssemblyNullifyDebugValueLists.cpp.
#define DEBUG_TYPE "wasm-nullify-dbg-value-lists" |
Definition at line 22 of file WebAssemblyNullifyDebugValueLists.cpp.
INITIALIZE_PASS | ( | WebAssemblyNullifyDebugValueLists | , |
DEBUG_TYPE | , | ||
"WebAssembly Nullify DBG_VALUE_LISTs" | , | ||
false | , | ||
false | |||
) |
Definition at line 39 of file WebAssemblyNullifyDebugValueLists.cpp.