Intel® C++ Compiler 16.0 User and Reference Guide
Specifies the name of the Clang++ compiler that should be used to set up the environment for C++ compilations.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology
Linux: | None |
OS X: | -clangxx-name=name |
Windows: | None |
name |
Is the name of the Clang++ compiler to use. It can include the path where the Clang++ compiler is located. |
OFF |
The compiler uses the PATH setting to find the Clang++ compiler and resolve environment settings. |
This option specifies the name of the Clang++ compiler that should be used to set up the environment for C++ compilations. If you do not specify a path, the compiler will search the PATH settings for the compiler name you provide.
The C equivalent to option -clangxx-name is -clang-name.
This option applies to the Intel compiler running in a CLANG environment. It does not apply to the Intel CLANG-based compiler.
None
If the following option is specified, the compiler looks for the Clang++ compiler named foobar in the PATH setting:
-clangxx-name=foobar
If the following option is specified, the compiler looks for the Clang++ compiler named foobar in the path specified:
-clangxx-name=/a/b/foobar