LLVM 22.0.0git
WebAssemblyNullifyDebugValueLists.cpp File Reference

Nullify DBG_VALUE_LISTs instructions as a temporary measure before we implement DBG_VALUE_LIST handling in WebAssemblyDebugValueManager. More...

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

Detailed Description

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.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-nullify-dbg-value-lists"

Definition at line 21 of file WebAssemblyNullifyDebugValueLists.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyNullifyDebugValueLists ,
DEBUG_TYPE ,
"WebAssembly Nullify DBG_VALUE_LISTs" ,
false ,
false  )