Skip to content

Commit 7e3d390

Browse files
timfelfangerer
authored andcommitted
move bitcode file to where it's imported from
1 parent a6c57c0 commit 7e3d390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build_numpy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,6 @@ eval "llvm-link -o build/multiarray.bc \
118118
build/temp.linux-x86_64-3.*/numpy/core/src/private/npy_longdouble.bc \
119119
build/temp.linux-x86_64-3.*/numpy/core/src/private/ufunc_override.bc"
120120

121+
cp build/multiarray.bc numpy/core/
122+
121123
popd

0 commit comments

Comments
 (0)