diff options
author | Marek Olšák <[email protected]> | 2018-02-02 19:26:49 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-02-02 23:47:40 +0100 |
commit | 3bf1e036e8ad196fe669ac24da8c14ff160399d8 (patch) | |
tree | 79ef57ee0ba2dba500cd463393d300555cc987ac /src/amd/vulkan | |
parent | c75a4e5b465261e982ea31ef875325a3cc30e79d (diff) |
amd: remove support for LLVM 3.9
Only these are supported:
- LLVM 4.0
- LLVM 5.0
- LLVM 6.0
- master (7.0)
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index aea723cfbcd..9fda419d584 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -1113,11 +1113,7 @@ VkResult radv_CreateDevice( device->always_use_syncobj = device->physical_device->rad_info.has_syncobj_wait_for_submit; #endif -#if HAVE_LLVM < 0x0400 - device->llvm_supports_spill = false; -#else device->llvm_supports_spill = true; -#endif /* The maximum number of scratch waves. Scratch space isn't divided * evenly between CUs. The number is only a function of the number of CUs. |