[llvm-commits] [Review request] unittests/JITTests on Cygming.
NAKAMURA Takumi
geek4civic at gmail.com
Fri Nov 26 01:35:36 PST 2010
Committed in r120179, thank you!
...Takumi
2010/11/26 Rafael Espíndola <rafael.espindola at gmail.com>:
> LGTM
>
> On 22 November 2010 06:56, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>> unittests/JITTests can run on Cygming.
>>
>> Makefile.rules | 16 +++++++++++-----
>> unittests/CMakeLists.txt | 4 ++++
>> unittests/Makefile.unittest | 8 +++++---
>> 3 files changed, 20 insertions(+), 8 deletions(-)
>>
>> GNU ld/PECOFF accepts but ignores them below;
>> --version-script
>> --export-dynamic
>> --rpath
>>
>> Although it would be better to detect them with autoconf,
>> for now, they can be suppressed in Makefile.rules.
>>
>> To link with --export-all-symbols, unittests/JITTests can run.
>>
>> ...Takumi
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>>
>
More information about the llvm-commits
mailing list