Skip to content

Instantly share code, notes, and snippets.

@agatan
Created June 9, 2015 10:34
Show Gist options
  • Save agatan/f3746df681052fad35ce to your computer and use it in GitHub Desktop.
Save agatan/f3746df681052fad35ce to your computer and use it in GitHub Desktop.
llvm in rust
for lib in $(llvm-config --libs)
do
echo $lib | sed -e "s/-l\(.*\)/#[link(name = \"\1\")]/"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment