mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
2d6b9dbfef
Summary: It also removes the cycle-dependency between FortranSemantics and FortranEvaluate. Reviewers: #flang, jdoerfert, sscalpone Reviewed By: #flang, sscalpone Subscribers: DavidTruby, schweitz, tskeith, mgorny, aartbik, llvm-commits Tags: #flang, #llvm Differential Revision: https://reviews.llvm.org/D78215
6 lines
84 B
CMake
6 lines
84 B
CMake
|
|
add_flang_library(FortranDecimal
|
|
binary-to-decimal.cpp
|
|
decimal-to-binary.cpp
|
|
)
|