Revision d523b8325857e4cd6f298ec9f356432676c81edb authored by Steven Johnson on 13 March 2021, 00:54:23 UTC, committed by GitHub on 13 March 2021, 00:54:23 UTC
(1) Both the 'deprecated' and new, non-deprecated variants existed back to at least LLVM10, and the deprecated variant was commented as deprecated at that point as well; the change in LLVM13 is that they are now annotated with LLVM_ATTRIBUTE_DEPRECATED so we get compiler warnings (and thus errors).

(2) The fixes are simply replicating what the old, deprecated methods did internally.
1 parent c3882a5
History
File Mode Size
Makefile -rw-r--r-- 10.9 KB
mock_dma_implementation.cpp -rw-r--r-- 10.7 KB
pipeline_raw_linear_interleaved_basic.cpp -rw-r--r-- 4.7 KB
pipeline_yuv_linear_basic.cpp -rw-r--r-- 7.4 KB
process_raw_linear_interleaved_basic.cpp -rw-r--r-- 8.0 KB
process_yuv_linear_basic.cpp -rw-r--r-- 12.5 KB

back to top