[llvm-commits] [PATCH] Preparation for Optimal Edge Profiling: Build libprofile as bytecode.
Daniel Dunbar
daniel at zuster.org
Mon Aug 24 18:12:36 PDT 2009
On Mon, Aug 24, 2009 at 12:06 PM, Andreas
Neustifter<e0325716 at student.tuwien.ac.at> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Daniel,
>
> Daniel Dunbar wrote:
>> Hi Andreas,
>>
>> The exported change is fine, but I don't think MODULE_NAME is
>> necessary. libprofile_rt.bca (a bitcode archive) is already getting
>> built, isn't that good enough?
>
> I used that for bytecode linking of the whole module, there its not
> possible to use the libprofile_rt.bca. But its also possible to link the
> libprofile_rt.so instead later on. I will commit only the symbol export.
I still don't understand, it should always be possible to link using a
.bca in any place that linking a .bc would work. What is the situation
where this fails?
- Daniel
More information about the llvm-commits
mailing list