diff options
author | Nicolai Hähnle <[email protected]> | 2018-05-04 16:00:35 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-06-12 20:28:23 -0400 |
commit | b3be346c68953e693b79459434ff7ee9cd7b9bed (patch) | |
tree | ad33079f63963bc078551616ee1ba86373c843b0 /src/amd/common/meson.build | |
parent | 608257cf82f49109c8f1a2bab1d6e30fa14f9ba7 (diff) |
amd/common: add a more powerful runtime linker
Using an explicit linker instead of just concatenating .text
sections will allow us to start using .rodata sections and
explicit descriptions of data on LDS that is shared between
stages.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r-- | src/amd/common/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build index 0e85518dcb1..2804255697f 100644 --- a/src/amd/common/meson.build +++ b/src/amd/common/meson.build @@ -52,6 +52,8 @@ amd_common_files = files( 'ac_nir_to_llvm.h', 'ac_gpu_info.c', 'ac_gpu_info.h', + 'ac_rtld.c', + 'ac_rtld.h', 'ac_surface.c', 'ac_surface.h', 'ac_debug.c', |