diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-03-11 13:58:10 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-11 20:28:21 +0000 |
commit | 933e44dd435f285e652d29389456dbafca121482 (patch) | |
tree | f7ca131d936463bbfa7358eb48a8f1ce960978c5 /src/panfrost/util/meson.build | |
parent | 5aaaf7b12c037b25f4c0a06af4744a8893c25e50 (diff) |
panfrost: Move liveness analysis to root panfrost/
This way we can share the code with Bifrost.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4150>
Diffstat (limited to 'src/panfrost/util/meson.build')
-rw-r--r-- | src/panfrost/util/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/util/meson.build b/src/panfrost/util/meson.build index cf8577041dd..76e2249b60e 100644 --- a/src/panfrost/util/meson.build +++ b/src/panfrost/util/meson.build @@ -22,6 +22,7 @@ libpanfrost_util_files = files( 'pan_ir.c', 'pan_ir.h', + 'pan_liveness.c', 'pan_sysval.c', ) |