blob: 64dfc5e6866c64c3a90e556814afa1f152f67bd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
RESOURCES_LIBRARY()
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG14 clang14.json)
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG16 clang16.json)
# This is the default clang to be used in llvm-version-independent cases
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG clang14.json)
END()
|