Files
Pietro Fezzardi da3ee051b9 Turn revng.stack_type into revng.stack_frame
The new named metadata doesn't embed the type of the stack anymore.
It's just a marker of the alloca that represents the stack frame.
2026-05-08 17:30:04 +02:00

10 lines
318 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
revng_add_analyses_library_internal(revngLocalVariables
LocalVariableBuilder.cpp)
target_link_libraries(revngLocalVariables revngABI revngModel revngSupport
${LLVM_LIBRARIES})