CMAKE_LANG_COMPILER_ID.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. CMAKE_<LANG>_COMPILER_ID
  2. ------------------------
  3. Compiler identification string.
  4. A short string unique to the compiler vendor. Possible values
  5. include:
  6. ::
  7. Absoft = Absoft Fortran (absoft.com)
  8. ADSP = Analog VisualDSP++ (analog.com)
  9. AppleClang = Apple Clang (apple.com)
  10. ARMCC = ARM Compiler (arm.com)
  11. ARMClang = ARM Compiler based on Clang (arm.com)
  12. Bruce = Bruce C Compiler
  13. CCur = Concurrent Fortran (ccur.com)
  14. Clang = LLVM Clang (clang.llvm.org)
  15. Cray = Cray Compiler (cray.com)
  16. Embarcadero, Borland = Embarcadero (embarcadero.com)
  17. Flang = Flang LLVM Fortran Compiler
  18. Fujitsu = Fujitsu HPC compiler (Trad mode)
  19. FujitsuClang = Fujitsu HPC compiler (Clang mode)
  20. G95 = G95 Fortran (g95.org)
  21. GNU = GNU Compiler Collection (gcc.gnu.org)
  22. GHS = Green Hills Software (www.ghs.com)
  23. HP = Hewlett-Packard Compiler (hp.com)
  24. IAR = IAR Systems (iar.com)
  25. Intel = Intel Compiler (intel.com)
  26. IntelLLVM = Intel LLVM-Based Compiler (intel.com)
  27. LCC = MCST Elbrus C/C++/Fortran Compiler (mcst.ru)
  28. MSVC = Microsoft Visual Studio (microsoft.com)
  29. NVHPC = NVIDIA HPC SDK Compiler (nvidia.com)
  30. NVIDIA = NVIDIA CUDA Compiler (nvidia.com)
  31. OpenWatcom = Open Watcom (openwatcom.org)
  32. PGI = The Portland Group (pgroup.com)
  33. PathScale = PathScale (pathscale.com)
  34. SDCC = Small Device C Compiler (sdcc.sourceforge.net)
  35. SunPro = Oracle Solaris Studio (oracle.com)
  36. TI = Texas Instruments (ti.com)
  37. TinyCC = Tiny C Compiler (tinycc.org)
  38. XL, VisualAge, zOS = IBM XL (ibm.com)
  39. XLClang = IBM Clang-based XL (ibm.com)
  40. This variable is not guaranteed to be defined for all compilers or
  41. languages.