mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
371f5c4555
This will help EarlyFunctionAnalysis in providing more accurate results, in case assumptions about the ABI can be made.
13 lines
271 B
CMake
13 lines
271 B
CMake
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
revng_add_analyses_library_internal(revngABI
|
|
DefaultFunctionPrototype.cpp
|
|
RegisterStateDeductions.cpp)
|
|
|
|
target_link_libraries(revngABI
|
|
revngSupport
|
|
revngModel
|
|
${LLVM_LIBRARIES})
|