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 e85a991 commit 368a088Copy full SHA for 368a088
.travis/musllvm.sh
@@ -10,8 +10,8 @@ export WLLVM_OUTPUT=WARNING
10
wllvm-sanity-checker
11
12
#setup the store so we test that feature as well
13
-export WLLVM_BC_STORE=/tmp/bc
14
-mkdir /tmp/bc
+#export WLLVM_BC_STORE=/tmp/bc
+#mkdir /tmp/bc
15
16
git clone https://github.com/SRI-CSL/musllvm.git musllvm
17
cd musllvm
@@ -27,16 +27,16 @@ else
27
fi
28
29
#now lets makes sure the store has the bitcode too.
30
-mv ./lib/libc.a .
31
-make clean
32
-extract-bc --bitcode ./libc.a
33
-
34
-if [ -s "./libc.a.bc" ]
35
-then
36
- echo "libc.a.bc exists."
37
-else
38
- exit 1
39
-fi
+#mv ./lib/libc.a .
+#make clean
+#extract-bc --bitcode ./libc.a
+
+#if [ -s "./libc.a.bc" ]
+#then
+# echo "libc.a.bc exists."
+#else
+# exit 1
+#fi
40
41
42
0 commit comments