Loading .github/workflows/ci_test.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ jobs: if: ${{matrix.os == 'macos-latest'}} shell: bash working-directory: ${{runner.workspace}}/graph_framework/build run: cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DUSE_METAL=ON ${{runner.workspace}}/graph_framework run: cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_OBJCXX_COMPILER=clang++ -DUSE_METAL=ON ${{runner.workspace}}/graph_framework - name: Configure CMake Linux if: ${{matrix.os == 'ubuntu-latest'}} shell: bash Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # MCJIT isn't adding the compiler-rt library so explicitly add it. This is only # shown to happen on macOS but may affect Linux as well. find_library (MACOS_LIB_RT "clang_rt.osx" PATHS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17.0.0/lib/darwin PATHS /Applications/Xcode*.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/*/lib/darwin REQUIRED ) endif () Loading Loading
.github/workflows/ci_test.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ jobs: if: ${{matrix.os == 'macos-latest'}} shell: bash working-directory: ${{runner.workspace}}/graph_framework/build run: cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DUSE_METAL=ON ${{runner.workspace}}/graph_framework run: cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_OBJCXX_COMPILER=clang++ -DUSE_METAL=ON ${{runner.workspace}}/graph_framework - name: Configure CMake Linux if: ${{matrix.os == 'ubuntu-latest'}} shell: bash Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -266,7 +266,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # MCJIT isn't adding the compiler-rt library so explicitly add it. This is only # shown to happen on macOS but may affect Linux as well. find_library (MACOS_LIB_RT "clang_rt.osx" PATHS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17.0.0/lib/darwin PATHS /Applications/Xcode*.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/*/lib/darwin REQUIRED ) endif () Loading