struct/class difference causing linker problem in TableGen/Record.h

Apparently the Visual C++ compiler decorates names differently if they are structs or classes so the linker fails to resolve a symbol reference if it's a class in one unit and a struct in another.

m.

diff.txt (493 Bytes)