Skip to content

Commit

Permalink
Try -DLLC_HOST_CPU="x86-64"
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Jul 14, 2024
1 parent febd0b0 commit 36aa749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/manylinux_2_28_x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN git clone --depth 1 --branch v1.8 https://github.com/pocl/pocl.git \
-DENABLE_POCLCC=OFF \
-DENABLE_TESTS=OFF \
-DENABLE_EXAMPLES=OFF \
-DLLC_HOST_CPU=generic \
-DLLC_HOST_CPU="x86-64" \
&& cmake --build pocl/build -j4 \
&& cmake --install pocl/build \
&& rm -f ./compile_test*.bc \
Expand Down

0 comments on commit 36aa749

Please sign in to comment.