[llvm-commits] [llvm] r166685 - in /llvm/trunk: docs/HowToUseInstrMappings.rst docs/WritingAnLLVMBackend.html include/llvm/Target/Target.td utils/TableGen/CodeGenMapTable.cpp utils/TableGen/InstrInfoEmitter.cpp utils/TableGen/TableGenBackends.h

Sebastian Pop spop at codeaurora.org
Thu Oct 25 10:24:43 PDT 2012


On Thu, Oct 25, 2012 at 12:06 PM, David Blaikie <dblaikie at gmail.com> wrote:
> If possible, running your local builds with clang & using -Werror
> (both the configure+make and cmake builds have options to enable
> -Werror) is a great way to avoid these breaks. We all try pretty hard
> to keep the clang build clean.

Sorry for the disruption my commit has caused, I will test the patches with
clang and -Werror from now on.

Just out of curiosity, isn't -Werror in the default flags for building LLVM when
not configured in release mode?

Thanks,
Sebastian
-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation



More information about the llvm-commits mailing list