[cfe-dev] [LLVMdev] Reminder: 3.6 branch is coming

mats petersson mats at planetcatfish.com
Sun Jan 11 13:04:04 PST 2015


So, digging a bit deeper, this appears to be related to ccache -
although I'm not quite sure what/how at this point. If I run
/usr/local/bin/clang++ or /usr/local/llvm-debug/bin/clang++, it
doesn't complain about surplus includes.

However, it seems a bit excessive to complain about unused includes
after using ccache?

--
Mats

On 11 January 2015 at 16:22, mats petersson <mats at planetcatfish.com> wrote:
> Just tried building "latest", works fine for a "production build", but
> my debug build, which is build with:
> CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/
> local/llvm-debug -DLLVM_TARGETS_TO_BUILD=X86 ../llvm
> followed by "make -j 8", gives me a load of warnings like this:
>
> clang-3.6: warning: argument unused during compilation: '-I
> /home/MatsP/src/buildclang-debug/lib/Transforms/Utils'
> clang-3.6: warning: argument unused during compilation: '-I
> /home/MatsP/src/llvm/lib/Transforms/Utils'
> clang-3.6: warning: argument unused during compilation: '-I
> /home/MatsP/src/buildclang-debug/include'
> clang-3.6: warning: argument unused during compilation: '-I
> /home/MatsP/src/llvm/include'
>
> (home/MatsP/src/llvm is where my LLVM source lives, buildclang-debug
> is my build directory).
>
> Not sure if this is a bug, and what the fix is, but I guess it's not
> really meant to happen?
>
> --
> Mats
>
> On 11 January 2015 at 14:18, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
>> I'll be doing Mips.
>> ________________________________________
>> From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Sebastian Dreßler [sebastian.dressler at gmail.com]
>> Sent: 10 January 2015 21:21
>> To: Hans Wennborg
>> Cc: cfe-dev; llvmdev
>> Subject: Re: [LLVMdev] Reminder: 3.6 branch is coming
>>
>> 2015-01-09 1:32 GMT+01:00 Hans Wennborg <hans at chromium.org>:
>>> [...]
>>> Also, if you'd like to volunteer to be a release tester, please let me know.
>>
>> I'm again in for testing OS X.
>>
>> Cheers,
>> Sebastian
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list