search for: internfunctionweakref

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

Did you mean: externfunctionweakref
2015 Oct 28
3
DragonEgg for gcc-5 and llvm-3.6
...pilator 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 - | FileCheck %s static int variable_weakref __attribute__ ((weakref("bar"))); int *use...