pombreda / llvm-py

Automatically exported from code.google.com/p/llvm-py
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

LINGAGE_COMMON is missing #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. from llvm.core import *
2. print LINKAGE_COMMON

What is the expected output? What do you see instead?
Instead of printing the number 9 I get an error: name LINKAGE_COMMON undefined.

What version of the product are you using? On what operating system?
svn r56

Original issue reported on code.google.com by fnoed...@googlemail.com on 31 Dec 2008 at 2:26

GoogleCodeExporter commented 9 years ago
Will add. Since this is the same as LINKAGE_LINKONCE, that can be used instead.

Original comment by mdevan.f...@gmail.com on 31 Dec 2008 at 6:44

GoogleCodeExporter commented 9 years ago
Fixed in r58.

Original comment by mdevan.f...@gmail.com on 2 Jan 2009 at 4:22