We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0924ed commit 77e44e5Copy full SHA for 77e44e5
llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
@@ -12,6 +12,7 @@ write_cmake_config("version") {
12
"CLANG_VERSION_MAJOR=$llvm_version_major",
13
"CLANG_VERSION_MINOR=$llvm_version_minor",
14
"CLANG_VERSION_PATCHLEVEL=$llvm_version_patch",
15
+ "MAX_CLANG_ABI_COMPAT_VERSION=$llvm_version_major",
16
]
17
}
18
0 commit comments