https://github.com/halide/Halide
Revision 102c0593a3d3ae4a8ce62290a32bc9ab47b50ed9 authored by Andrew Adams on 08 November 2022, 00:38:44 UTC, committed by GitHub on 08 November 2022, 00:38:44 UTC
* Fix readnone attribute for llvm 16

The readnone flag was changed to memory(none) when applied to functions.
llvm-as dynamically upgrades readnone applied to functions, so our .ll
is fine for now, but there were places in the compiler we were manually
sticking 'readnone' on a function.

Also did a driveby makefile fix to remove some vestigial wasm stuff that
was throwing errors with newer versions of llvm-config

* Revert formatting changes
1 parent 8f8edeb
History
Tip revision: 102c0593a3d3ae4a8ce62290a32bc9ab47b50ed9 authored by Andrew Adams on 08 November 2022, 00:38:44 UTC
Fix readnone attribute for llvm 16 (#7152)
Tip revision: 102c059
File Mode Size
BundleStatic.cmake -rw-r--r-- 7.8 KB
CheckFilesExist.cmake -rw-r--r-- 455 bytes
FindHalide.cmake -rw-r--r-- 292 bytes
HalideGeneratorHelpers.cmake -rw-r--r-- 30.1 KB
HalideTargetHelpers.cmake -rw-r--r-- 2.3 KB
HalideTestHelpers.cmake -rw-r--r-- 4.2 KB
TargetExportScript.cmake -rw-r--r-- 2.3 KB
WipeStandardFlags.cmake -rw-r--r-- 702 bytes
toolchain.linux-aarch64.cmake -rw-r--r-- 689 bytes
toolchain.linux-arm32.cmake -rw-r--r-- 1.3 KB
toolchain.linux-i386.cmake -rw-r--r-- 612 bytes
toolchain.linux-x64-asan.cmake -rw-r--r-- 1.3 KB

back to top