mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-21 06:46:46 +00:00

The production buildbot master apparently has not yet been restarted since https://github.com/llvm/llvm-zorg/pull/393 landed. This reverts commit 96d1baedefc3581b53bc4389bb171760bec6f191.
7 lines
180 B
CMake
7 lines
180 B
CMake
if (FLANG_INCLUDE_RUNTIME)
|
|
add_subdirectory(ExternalHelloWorld)
|
|
endif ()
|
|
add_subdirectory(PrintFlangFunctionNames)
|
|
add_subdirectory(FlangOmpReport)
|
|
add_subdirectory(FeatureList)
|