search for: externfunctionweakref

Displaying 1 result from an estimated 1 matches for "externfunctionweakref".

2015 Oct 28
3
DragonEgg for gcc-5 and llvm-3.6
...dragonegg working with gcc-5 and llvm-3.6. So far we have had some success and most of the compilator and validator tests of dragonegg pass. However the following validator tests fail and we don't understand why. The Validator :: c++/2007-01-06-ELF-Thunk-Sections.cpp The Validator :: c/ExternFunctionWeakref.c The Validator :: c/ExternVariableWeakref.c The Validator :: c/InternFunctionWeakref.c The Validator :: c/InternVariableWeakref.c Since the last four are extremely similar, I give the example of ExternVariableWeakref.c below: The test file looks like: // RUN: %dragonegg -S %s -o - |...