summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-19 14:05:25 +0530
committerAndreas Rumpf <rumpf_a@web.de>2018-12-19 09:35:25 +0100
commit642ce799ecde26f79984e32a9337ec1bf1c2e751 (patch)
treed32bfe597c9b361f1ddf36d866d0a1727af96f17 /compiler/options.nim
parent2d404a5a2425e4ba3328d50250b5dc5415fa0c04 (diff)
downloadNim-642ce799ecde26f79984e32a9337ec1bf1c2e751.tar.gz
Add support for clang-cl (#9977)
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 7569598d0..49d2f7404 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -132,7 +132,7 @@ type
 
   TSystemCC* = enum
     ccNone, ccGcc, ccNintendoSwitch, ccLLVM_Gcc, ccCLang, ccLcc, ccBcc, ccDmc, ccWcc, ccVcc,
-    ccTcc, ccPcc, ccUcc, ccIcl, ccIcc
+    ccTcc, ccPcc, ccUcc, ccIcl, ccIcc, ccClangCl
 
   CfileFlag* {.pure.} = enum
     Cached,    ## no need to recompile this time