search for: testarrayptr

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

2004 Jul 13
1
[LLVMdev] Global data order
Hello, given %TestArrayPtr = global %struct.test* getelementptr ( [10 x %struct.test]* %TestArray, .......... %TestArray = weak global [10 x %struct.test] zeroinitialize my backend produce data declaration in the same order, so TestArrayPtr refers to TestArray before TestArray itself is defined. Is there a...