We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51314df commit c1210c7Copy full SHA for c1210c7
Dockerfile.cross
@@ -39,9 +39,11 @@ RUN if [ -n "$WITH_PYTHON" ]; then \
39
40
ARG FULL_LLVM
41
42
+COPY profile.profdata ./
43
+
44
COPY build-llvm.sh .
45
RUN if [ -n "$WITH_PYTHON" ]; then ARG="--with-python"; fi && \
- ./build-llvm.sh $CROSS_TOOLCHAIN_PREFIX --host=$HOST $ARG
46
+ ./build-llvm.sh $CROSS_TOOLCHAIN_PREFIX --host=$HOST $ARG --thinlto --pgo
47
48
COPY build-lldb-mi.sh .
49
RUN ./build-lldb-mi.sh $CROSS_TOOLCHAIN_PREFIX --host=$HOST
0 commit comments