2020-04-11 03:57:18 +08:00
|
|
|
# Enable errors for any global constructors.
|
|
|
|
add_flag_if_supported("-Werror=global-constructors" WERROR_GLOBAL_CONSTRUCTOR)
|
|
|
|
|
2019-03-30 13:10:12 +08:00
|
|
|
add_subdirectory(Analysis)
|
2019-06-14 16:56:19 +08:00
|
|
|
add_subdirectory(Conversion)
|
2019-03-30 13:10:12 +08:00
|
|
|
add_subdirectory(Dialect)
|
|
|
|
add_subdirectory(EDSC)
|
|
|
|
add_subdirectory(ExecutionEngine)
|
|
|
|
add_subdirectory(IR)
|
2020-03-11 03:20:24 +08:00
|
|
|
add_subdirectory(Interfaces)
|
2019-03-30 13:10:12 +08:00
|
|
|
add_subdirectory(Parser)
|
|
|
|
add_subdirectory(Pass)
|
|
|
|
add_subdirectory(Support)
|
|
|
|
add_subdirectory(TableGen)
|
|
|
|
add_subdirectory(Target)
|
|
|
|
add_subdirectory(Transforms)
|
2020-07-07 23:46:06 +08:00
|
|
|
add_subdirectory(Translation)
|