Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
c2ed4994
Commit
c2ed4994
authored
Aug 04, 2014
by
dbarbera
Browse files
Use type prefix in generated code
parent
7b0b1d0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-expressions/Makefile
View file @
c2ed4994
...
...
@@ -15,7 +15,7 @@ test-ada:
test-llvm
:
../../../opengeode.py expressions.pr system_structure.pr
--check
--llvm
asn1.exe
-c
dataview-uniq.asn
-equal
asn1.exe
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
llc expressions.ll
clang
-c
expressions.s
clang
-c
dataview-uniq.c
...
...
tests/regression/test-expressions/test_llvm.c
View file @
c2ed4994
...
...
@@ -5,7 +5,7 @@
extern
void
expressions_startup
();
extern
void
expressions_run
();
void
expressions_RI_assert
(
Boolean
*
res
,
CharString
*
msg
)
{
void
expressions_RI_assert
(
asn1Scc
Boolean
*
res
,
asn1Scc
CharString
*
msg
)
{
if
(
!*
res
)
{
fprintf
(
stderr
,
"%.*s
\n
"
,
(
int
)
msg
->
nCount
,
msg
->
arr
);
exit
(
1
);
...
...
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