[cfe-commits] r97773 - /cfe/trunk/lib/CodeGen/CGCXX.cpp

Rafael Espindola espindola at google.com
Thu Mar 4 18:22:46 PST 2010


> This fixes bootstrap on ELF systems :-)

To be precise:

gcc builds clang stage1
stage1 builds stage2
stage2 builds stage3

In stage 3 I get the following failures:

   LLVM :: Feature/load_module.ll
    LLVM-Unit ::
ExecutionEngine/JIT/Debug/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled
    LLVM-Unit ::
ExecutionEngine/JIT/Debug/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted
    LLVM-Unit ::
ExecutionEngine/JIT/Debug/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled

And *no* clang failures.

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the cfe-commits mailing list