-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Programmability 2024-11-11, Programmability 2024-11-25, Programmability 2024-12-09, Programmability 2024-12-23, Programmability 2025-01-06, Programmability 2025-01-20, Programmability 2025-02-17
The LLVM C++ API is not guaranteed to be backwards or forwards compatible between major (and possibly minor) API versions. To get the upgraded toolchain to build the checks, update the mongo tidy checks to work against both the LLVM 12 API, which the current v4 toolchain uses, and the LLVM 19 API, which the in-progress v5 toolchain will use.
- related to
-
SERVER-97634 Add support for linking mongo tidy checks against an LLVM version independently of the current toolchain
- Closed