[LLVMdev] clang build fails if done in the separate object directory
Paul Davey
plmdvy at gmail.com
Fri Jun 11 08:59:24 PDT 2010
On Fri, Jun 11, 2010 at 8:05 AM, Yuri <yuri at rawbw.com> wrote:
> On 06/10/2010 08:35, Reid Kleckner wrote:
>> I've built clang+llvm in an object directory successfully, and I'm
>> sure others have. I'd guess the problem is the symlink, so I'd give
>> it a shot without it.
>>
>> Reid
>
> No, clang isn't built in the object directory, even without symlink
> Do I need to run 'mkdir llvm-objects/tools/clang' and configure there
> separately ?
>
> Yuri
No you should be able to just configure, since you originally checked
out llvm twice you should actually checkout clang and then reconfigure
the whole thing.
More information about the llvm-dev
mailing list