https://github.com/halide/Halide
Revision 5d2abd36b785990c2c984216fc9c7d8b093123e8 authored by Steven Johnson on 29 March 2022, 23:33:42 UTC, committed by GitHub on 29 March 2022, 23:33:42 UTC
* Add ldscript code for Python extensions in CMake

We added ldscripts to the Makefile for Python extensions (to restrict exported symbols to just the PyInit_foo symbol), but neglected to do so for CMake. This corrects that.

1 parent 8aba364
History
Tip revision: 5d2abd36b785990c2c984216fc9c7d8b093123e8 authored by Steven Johnson on 29 March 2022, 23:33:42 UTC
Add ldscript code for Python extensions in CMake (#6665)
Tip revision: 5d2abd3
File Mode Size
CMakeLists.txt -rw-r--r-- 2.1 KB
GenGen.cpp -rw-r--r-- 131 bytes
RunGen.h -rw-r--r-- 57.2 KB
RunGenMain.cpp -rw-r--r-- 18.9 KB
binary2cpp.cpp -rw-r--r-- 1.7 KB
build_halide_h.cpp -rw-r--r-- 2.6 KB
find_inverse.cpp -rw-r--r-- 11.8 KB
halide_benchmark.h -rw-r--r-- 9.4 KB
halide_config.make.tpl -rw-r--r-- 157 bytes
halide_image.h -rw-r--r-- 743 bytes
halide_image_info.h -rw-r--r-- 10.4 KB
halide_image_io.h -rw-r--r-- 75.4 KB
halide_malloc_trace.h -rw-r--r-- 3.3 KB
halide_trace_config.h -rw-r--r-- 19.1 KB
makelib.sh -rwxr-xr-x 2.2 KB
mex_halide.m -rw-r--r-- 4.1 KB
regexp_replace.cpp -rw-r--r-- 860 bytes

back to top