mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-23 22:27:43 +01:00
* these are dependencies for gcc 4 Graphite engine build. * CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables. * PPL is needed by GCC build even if it isn't the chosen backend.
42 lines
699 B
Plaintext
42 lines
699 B
Plaintext
<OpenScop>
|
|
|
|
# =============================================== Global
|
|
# Language
|
|
C
|
|
|
|
# Context
|
|
CONTEXT
|
|
0 2 0 0 0 0
|
|
|
|
# Parameter names are not provided
|
|
0
|
|
|
|
# One statement
|
|
1
|
|
|
|
# =============================================== Statement 1
|
|
# Number of relations describing the statement
|
|
0
|
|
|
|
# ---------------------------------------------- 1.1 Domain
|
|
# NULL Domain
|
|
|
|
# ---------------------------------------------- 1.2 Scattering
|
|
# NULL Scattering
|
|
|
|
# ---------------------------------------------- 1.3 Access
|
|
# NULL Access
|
|
|
|
# ---------------------------------------------- 1.4 Body
|
|
# Statement body is provided
|
|
1
|
|
<body>
|
|
# Number of original iterators
|
|
0
|
|
# Statement body
|
|
foo = bar;
|
|
</body>
|
|
|
|
</OpenScop>
|
|
|