Displaying 5 results from an estimated 5 matches for "clangpath".
2011 Sep 29
2
[LLVMdev] Building bitcode modules
...Hz GenuineIntel GNU/Linux
I have added a bitcode library to the sample project
I have modified the sample project to show my problem -- patch attached.
The warning comes from Makefile.rules:1192. The check is performed over
LLVMCC, set at Makefile.rules:428-443. Setting depends on
LLVMCC_OPTIONS, CLANGPATH, and ENABLE_BUILT_CLANG. Previously -- I have
tried with 3699261d3f49d65cee6a645c849c41cdca51a01f -- these vars was
set throught the configure script, now they are not set.
Thank you for the assistance,
speziale.ettore at gmail.com
-------------- next part --------------
A non-text attachment was...
2011 Sep 29
0
[LLVMdev] Building bitcode modules
...ve added a bitcode library to the sample project
>
> I have modified the sample project to show my problem -- patch attached.
>
> The warning comes from Makefile.rules:1192. The check is performed over
> LLVMCC, set at Makefile.rules:428-443. Setting depends on
> LLVMCC_OPTIONS, CLANGPATH, and ENABLE_BUILT_CLANG. Previously -- I have
> tried with 3699261d3f49d65cee6a645c849c41cdca51a01f -- these vars was
> set throught the configure script, now they are not set.
Aha. I see.
I'd forgotten to remove that code when I moved the rest of the compiler support out of the top lev...
2011 Sep 29
0
[LLVMdev] Building bitcode modules
On Sep 28, 2011, at 11:31 PM, Speziale Ettore wrote:
> Hi,
>
> I have updated llvm to the 113aa8612010434069fc5b5e09f6b2667e03e173 git
> commit. I have a small llvm project that builds a bitcode library, so I
> used MODULE_NAME=foo to build foo.bc. Now, I cannot build the library,
> because a compatible compiler cannot be found (Makefile.rules:1052).
>
> I have seen that
2011 Sep 29
2
[LLVMdev] Building bitcode modules
Hi,
I have updated llvm to the 113aa8612010434069fc5b5e09f6b2667e03e173 git
commit. I have a small llvm project that builds a bitcode library, so I
used MODULE_NAME=foo to build foo.bc. Now, I cannot build the library,
because a compatible compiler cannot be found (Makefile.rules:1052).
I have seen that configure.ac has been modified, so:
1) there is an update in progress?
2) I have to use
2011 Sep 29
2
[LLVMdev] Building bitcode modules
...rary to the sample project
>>
>> I have modified the sample project to show my problem -- patch attached.
>>
>> The warning comes from Makefile.rules:1192. The check is performed over
>> LLVMCC, set at Makefile.rules:428-443. Setting depends on
>> LLVMCC_OPTIONS, CLANGPATH, and ENABLE_BUILT_CLANG. Previously -- I have
>> tried with 3699261d3f49d65cee6a645c849c41cdca51a01f -- these vars was
>> set throught the configure script, now they are not set.
> Aha. I see.
>
> I'd forgotten to remove that code when I moved the rest of the compiler suppo...