File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 - name : Build and install libpgmath & flang
5858 run : |
5959 cd ${{ env.build_path }}/flang
60- ./build-flang.sh -t ${{ matrix.target }} -p ${{ env.install_prefix }} -n $(nproc)
60+ ./build-flang.sh -t ${{ matrix.target }} -p ${{ env.install_prefix }} -n $(nproc) -l ${{ env.build_path }}/classic-flang-llvm-project/llvm
6161
6262 - name : Copy llvm-lit
6363 run : |
Original file line number Diff line number Diff line change 6363 - name : Build and install libpgmath & flang
6464 run : |
6565 cd ../../flang
66- ./build-flang.sh -t ${{ matrix.target }} -p ${{ env.install_prefix }} -n $(nproc) -c -s
66+ ./build-flang.sh -t ${{ matrix.target }} -p ${{ env.install_prefix }} -n $(nproc) -c -s -l $(realpath ../classic-flang-llvm-project/classic-flang-llvm-project/llvm)
6767
6868 - name : Copy llvm-lit
6969 run : |
You can’t perform that action at this time.
0 commit comments