-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
when building the clang tidy check module, some of the flags result in a different ABI causing the name mangling of certain symbols to not line up. Using the flags that the toolchain used results in the correct symbol resolution.
Also the z, defs flag can not be used as the module will be loaded into a binary where the symbols are static and will be resolved at load time.