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
AddCudaToTarget.cmake -rw-r--r-- 1.6 KB
BundleStatic.cmake -rw-r--r-- 7.7 KB
CheckFilesExist.cmake -rw-r--r-- 455 bytes
HalideGeneratorHelpers.cmake -rw-r--r-- 14.2 KB
HalideTargetHelpers.cmake -rw-r--r-- 2.2 KB
HalideTestHelpers.cmake -rw-r--r-- 3.3 KB
MakeShellPath.cmake -rw-r--r-- 350 bytes
TargetExportScript.cmake -rw-r--r-- 2.2 KB
WipeStandardFlags.cmake -rw-r--r-- 702 bytes
toolchain.linux-aarch64.cmake -rw-r--r-- 504 bytes
toolchain.linux-arm32.cmake -rw-r--r-- 502 bytes
toolchain.linux-i386.cmake -rw-r--r-- 612 bytes

back to top