File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
else
126
126
touch llvm.symbols
127
127
fi
128
- abi-dumper " $EXTRA_ARGS" -lver ${{ matrix.ref }} -skip-cxx -public-headers ./install/include/${{ needs.abi-dump-setup.outputs.ABI_HEADERS }} -o ${{ matrix.ref }}.abi ./install/lib/libLLVM.so
128
+ abi-dumper $EXTRA_ARGS -lver ${{ matrix.ref }} -skip-cxx -public-headers ./install/include/${{ needs.abi-dump-setup.outputs.ABI_HEADERS }} -o ${{ matrix.ref }}.abi ./install/lib/libLLVM.so
129
129
# Remove symbol versioning from dumps, so we can compare across major versions.
130
130
sed -i 's/LLVM_${{ matrix.llvm_version_major }}/LLVM_NOVERSION/' ${{ matrix.ref }}.abi
131
131
- name : Upload ABI file
@@ -175,7 +175,7 @@ jobs:
175
175
# FIXME: Reading of gzip'd abi files on the GitHub runners stop
176
176
# working some time in March of 2021, likely due to a change in the
177
177
# runner's environment.
178
- abi-compliance-checker " $EXTRA_ARGS" -l libLLVM.so -old build-baseline/*.abi -new build-latest/*.abi || test "${{ needs.abi-dump-setup.outputs.ABI_HEADERS }}" = "llvm-c"
178
+ abi-compliance-checker $EXTRA_ARGS -l libLLVM.so -old build-baseline/*.abi -new build-latest/*.abi || test "${{ needs.abi-dump-setup.outputs.ABI_HEADERS }}" = "llvm-c"
179
179
- name : Upload ABI Comparison
180
180
if : always()
181
181
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments