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 d6bdb69 commit f778cb3Copy full SHA for f778cb3
doc/tutorial-ubuntu-16.04.md
@@ -81,5 +81,5 @@ Turn the bitcode into a second executable binary. (optional -- just for fun and
81
82
```
83
llc -filetype=obj httpd.bc
84
-gcc httpd.o -lpthread -lapr-1 -laprutil-1 -lpcre -o httpd.new
+clang httpd.o -Wl,--export-dynamic -lpthread -lapr-1 -laprutil-1 -lpcre -o httpd_from_bc
85
0 commit comments