[llvm-commits] [PATCH] Preparation for Optimal Edge Profiling: Build libprofile as bytecode.

Daniel Dunbar daniel at zuster.org
Wed Aug 26 22:55:57 PDT 2009


On Tue, Aug 25, 2009 at 2:27 AM, Andreas
Neustifter<e0325716 at student.tuwien.ac.at> wrote:
> ---- llvm-ld  -stats -time-passes -link-as-library -disable-opt
> /localtmp/astifter/llvm/llvm-van-install/lib/libprofile_rt.bca gzip.2.o -o
> gzip.3.o
>
> Here I used the BCA you said should work fine, but later on it gives
> troubles...

Does this work if you put gzip.2.o before the .bca on the link line?

If not, can you file an LLVM bugzilla with gzip.2.o and your libprofile_rt.bca?

Thanks,
 - Daniel




More information about the llvm-commits mailing list