Skip to content
Commit 9446d76e authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Fix an annoying little bug I found while debugging another LTO issue. Gold

requires the -plugin to come before any -plugin-opt options, we were passing
them the other way around. With this one can run (for example):

clang -o foo foo.c -O4 -Wl,-plugin-opt=generate-api-file

llvm-svn: 154357
parent b5cedde6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment