mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
da3ee051b9
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.
10 lines
318 B
CMake
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})
|