[llvm] r320645 - Speculative build fix for lld on Linux after Michael's #include removals

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 14:36:29 PST 2017


On Wed, Dec 13, 2017 at 2:30 PM, Robinson, Paul via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>> --- llvm/trunk/lib/Support/ThreadPool.cpp (original)
>> +++ llvm/trunk/lib/Support/ThreadPool.cpp Wed Dec 13 14:12:57 2017
>> @@ -15,6 +15,7 @@
>>
>>  #include "llvm/Config/llvm-config.h"
>>  #include "llvm/Support/Threading.h"
>> +#include "llvm/Support/raw_ostream.h"
>
> I thought includes are sorted case-insensitively?
> --paulr

greping the source tells me we're inconsistent, and
https://llvm.org/docs/CodingStandards.html#id15 doesn't really say.

At this point I'm just happy if I can get a green build again :-/


More information about the llvm-commits mailing list