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 12eff4e commit 26faaffCopy full SHA for 26faaff
task3/run.sh
@@ -1,3 +1,5 @@
1
clang -emit-llvm -c test.c &&
2
clang++ -fPIC -shared -o callhello.so CallHello.cpp Hello.cpp `llvm-config --cxxflags` &&
3
-opt -load ./callhello.so -caller -enable-new-pm=0 test.bc
+opt -load ./callhello.so -caller -enable-new-pm=0 test.bc &&
4
+echo "################################################" &&
5
+opt -load ./callhello.so -callee -enable-new-pm=0 test.bc
0 commit comments