Skip to content

Commit 1c70120

Browse files
authored
Update tutorial-ubuntu-16.04.md
Add the reverse dependency fix.
1 parent d6ec4e4 commit 1c70120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/tutorial-ubuntu-16.04.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ Turn the bitcode into a second executable binary. (optional -- just for fun and
8181

8282
```
8383
llc -filetype=obj httpd.bc
84-
gcc httpd.o -lpthread -lapr-1 -laprutil-1 -lpcre -o httpd.new
84+
clang httpd.o -Wl,--export-dynamic -lpthread -lapr-1 -laprutil-1 -lpcre -o httpd_from_bc
8585
```
86+

0 commit comments

Comments
 (0)