The following Clang compilers are supported: |
This version has been tested with GCC 6 and newer. Pairing this compiler with older versions of GCC is unsupported.
This version has been tested with GCC 6 and newer. Pairing this compiler with older versions of GCC is unsupported.
x86_64-linux-gnu
.The following compiler configurations are now deprecated:
autoBuildDefault="true"
in the test execution flow.The xmm intrinsic headers are not supported for dynamic analysis.
Clang is used to link inside of C/C++test by default. If errors occur during linking that relate to missing C/C++ libraries, then change the linker in the Build Settings from clang
to clang++.
The clang_3_9
compiler configuration does not use the default GCC for selecting headers. As a result, problems can occur during compilation of instrumented source code during unit testing and application monitoring.