Skip to content

Commit 8d6dc07

Browse files
committed
[workflows] Add workaround for lld failures on MacOS
See llvm/llvm-project#81967. Adapted from upstream commit 175b533.
1 parent 7681469 commit 8d6dc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
# This should be a no-op for non-mac OSes
147147
PKG_CONFIG_PATH: /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
148148
run: |
149-
./build-llvm-project.sh -t X86 -e "clang" -p /usr/local -s -n $(sysctl -n hw.logicalcpu) -i -x "-DLLVM_ENABLE_ASSERTIONS=ON" -v
149+
./build-llvm-project.sh -t X86 -e "clang" -p /usr/local -s -n $(sysctl -n hw.logicalcpu) -i -x "-DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_DISABLE_ASSEMBLY_FILES=ON" -v
150150
cd build
151151
make check-all
152152
- name: Test clang ubuntu

0 commit comments

Comments
 (0)