projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87fe7b
)
util: added .cl OpenCL extension to file_type.py
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000
(09:15 -0500)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000
(09:15 -0500)
util/file_types.py
patch
|
blob
|
history
diff --git
a/util/file_types.py
b/util/file_types.py
index 57194c1c81c426fd53a13e49dee3eaa939d990f5..d02bd5f1c088197c1f5e7fc0943d6353330cff63 100644
(file)
--- a/
util/file_types.py
+++ b/
util/file_types.py
@@
-3,6
+3,7
@@
import os
# lanuage type for each file extension
lang_types = {
'.c' : "C",
+ '.cl' : "C",
'.h' : "C",
'.cc' : "C++",
'.hh' : "C++",