Skip to content

Commit

Permalink
Remove CMAKE_EXE_LINKER_FLAGS from macOS CI
Browse files Browse the repository at this point in the history
This is no longer needed after Homebrew/homebrew-core#112154.
  • Loading branch information
carlocab committed Oct 5, 2022
1 parent 6d95df2 commit bec6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
llvm_prefix=`brew --prefix llvm@${{ matrix.llvm }}`
cd enzyme/build
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DLLVM_EXTERNAL_LIT=`which lit` -DLLVM_DIR=${llvm_prefix}/lib/cmake/llvm -DCMAKE_EXE_LINKER_FLAGS=-Wl,-lto_library,${llvm_prefix}/lib/libLTO.dylib
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DLLVM_EXTERNAL_LIT=`which lit` -DLLVM_DIR=${llvm_prefix}/lib/cmake/llvm
- name: make
run: cd enzyme/build && make -j 3
- name: make check-typeanalysis
Expand Down

0 comments on commit bec6284

Please sign in to comment.