[llvm-commits] [llvm] r100207 - in /llvm/trunk: include/llvm/Analysis/LoopPass.h include/llvm/Assembly/PrintModulePass.h include/llvm/CallGraphSCCPass.h include/llvm/CodeGen/MachineFunctionPass.h include/llvm/CodeGen/Passes.h include/llvm/Pass.h lib/Analysis/IPA/CallGraphSCCPass.cpp lib/Analysis/LoopPass.cpp lib/CodeGen/MachineFunction.cpp lib/CodeGen/MachineFunctionPass.cpp lib/CodeGen/MachineFunctionPrinterPass.cpp lib/VMCore/Pass.cpp lib/VMCore/PassManager.cpp lib/VMCore/PrintModulePass.cpp

David Greene dag at cray.com
Fri Apr 2 14:56:54 PDT 2010


On Friday 02 April 2010 14:29:15 Evan Cheng wrote:
> Author: evancheng
> Date: Fri Apr  2 14:29:15 2010
> New Revision: 100207
>
> URL: http://llvm.org/viewvc/llvm-project?rev=100207&view=rev
> Log:
> Revert 100204. It broke a bunch of tests and apparently changed what passes
> are run during codegen.

What tests?  I built three different ways, including with expensive checks
and I didn't see any failures.  Give me a hint, at least.

It would be nice to copy victims of reverts on the commit e-mail.

I got a notice about an LLVM build failure on ARM but I don't have an
ARM platform so I don't know how I can fix that.

In file included from InstrEmitter.cpp:18:
SDNodeDbgValue.h:19:36: error: llvm/Support/DataTypes.h: No such file or 
directory

Possibly this is a configure bug on the buildbot?

                                -Dave




More information about the llvm-commits mailing list