Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
b33da04f
Unverified
Commit
b33da04f
authored
Jan 10, 2018
by
Bernhard Schommer
Browse files
Add riscv and attributes to Clightgen
parent
b38eba3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
exportclight/Clightgen.ml
View file @
b33da04f
...
...
@@ -185,8 +185,12 @@ let _ =
if
Configuration
.
abi
=
"macosx"
then
Machine
.
x86_32_macosx
else
Machine
.
x86_32
|
"riscV"
->
if
Configuration
.
model
=
"64"
then
Machine
.
rv64
else
Machine
.
rv32
|
_
->
assert
false
end
;
Builtins
.
set
C2C
.
builtins
;
Cutil
.
declare_attributes
C2C
.
attributes
;
CPragmas
.
initialize
()
;
parse_cmdline
cmdline_actions
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment