Files
clang-p2996/flang/examples/FeatureList/CMakeLists.txt
Ethan Luis McDonough 00d0749f92 [flang] Feature list plugin
Plugin that counts the number of times each tree node occurs in a given program.  Used for test coverage.

Updated to fix build issues.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D143704
2023-04-24 23:41:32 -05:00

10 lines
130 B
CMake

add_llvm_example_library(flangFeatureList
MODULE
FeatureList.cpp
DEPENDS
acc_gen
flangFrontend
omp_gen
)