[LLVMdev] dragonegg 3.4 branch broken

Jack Howarth howarth at bromo.med.uc.edu
Mon Dec 9 10:00:42 PST 2013


  The drgaonegg 3.4 release branch is broken against current llvm/clang/compiler-rt at r196792
with the build failure...

Compiling Debug.cpp
/sw/opt/llvm-3.4/bin/clang++ -c -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include/x86 -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include/darwin -g  -DENABLE_BUILD_WITH_CXX -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.4/include    -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -DLLVM_VERSION=\"3.4svn\" -DTARGET_TRIPLE=\"x86_64-apple-darwin12.5.0\" -DGCC_MAJOR=4 -DGCC_MINOR=8 -DGCC_MICRO=2 -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include -isystem/sw/lib/gcc4.8/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/plugin/include -DENABLE_BUILD_WITH_CXX -Wall -Wextra -DENABLE_LLVM_PLUGINS -I/sw/opt/llvm-3.4/include  -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -O3 -DNDEBUG  -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS /sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/src/Debug.cpp
/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/src/Debug.cpp:982:25: error: no member named 'DEBUG_METADATA_VERSION' in namespace 'llvm'
                  llvm::DEBUG_METADATA_VERSION);
                  ~~~~~~^
1 error generated.
make: *** [Debug.o] Error 1

on x86_64-apple-darwin12 building against FSF gcc 4.8.2 with clang from the 3.4 release branch.
          Jack




More information about the llvm-dev mailing list