We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e59019 commit 514aadbCopy full SHA for 514aadb
.github/workflows/swift.yaml
@@ -24,6 +24,8 @@ jobs:
24
echo 'export CPPFLAGS="-I/usr/local/opt/llvm/include"' >> /Users/runner/.bash_profile
25
source /Users/runner/.bash_profile
26
clang --version
27
+ echo "=====> Checking LLC"
28
+ llc --version
29
swift --version
30
swift utils/make-pkg-config.swift
31
0 commit comments