File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 cmake -S . -B build \
4646 -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
4747 -DBUILD_TESTS=OFF \
48- -DBUILD_BENCH=OFF
48+ -DBUILD_BENCH=OFF \
49+ -DCMAKE_PREFIX_PATH="C:/Program Files/LLVM"
4950
5051 - name : Build (verbose)
5152 shell : bash
Original file line number Diff line number Diff line change 5353 - name : Configure CMake
5454 shell : bash
5555 run : |
56- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
56+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/Program Files/LLVM"
5757
5858 - name : Build
5959 shell : bash
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ target_link_libraries(ir_gen_test PRIVATE proxpl_lib)
6363
6464# --- LLVM Gen Test Executable ---
6565add_executable (llvm_gen_test tools/llvm_gen_test.c )
66- add_executable ( llvm_gen_test tools/llvm_gen_test.c )
66+
6767target_link_libraries (llvm_gen_test PRIVATE proxpl_lib ${llvm_libs} )
6868
6969# --- PRM Executable ---
You can’t perform that action at this time.
0 commit comments