CMAKE_LANG_COMPILER_ID.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. G95 = G95 Fortran (g95.org)
  19. GNU = GNU Compiler Collection (gcc.gnu.org)
  20. GHS = Green Hills Software (www.ghs.com)
  21. HP = Hewlett-Packard Compiler (hp.com)
  22. IAR = IAR Systems (iar.com)
  23. Intel = Intel Compiler (intel.com)
  24. MSVC = Microsoft Visual Studio (microsoft.com)
  25. NVIDIA = NVIDIA CUDA Compiler (nvidia.com)
  26. OpenWatcom = Open Watcom (openwatcom.org)
  27. PGI = The Portland Group (pgroup.com)
  28. PathScale = PathScale (pathscale.com)
  29. SDCC = Small Device C Compiler (sdcc.sourceforge.net)
  30. SunPro = Oracle Solaris Studio (oracle.com)
  31. TI = Texas Instruments (ti.com)
  32. TinyCC = Tiny C Compiler (tinycc.org)
  33. XL, VisualAge, zOS = IBM XL (ibm.com)
  34. XLClang = IBM Clang-based XL (ibm.com)
  35. This variable is not guaranteed to be defined for all compilers or
  36. languages.