[LLVMdev] LLVM,metadata for namespaces
David Blaikie
dblaikie at gmail.com
Mon Sep 19 07:08:33 PDT 2011
just off the cuff, have you actually created and used any names in the
namespace. I don't know for sure, but it wouldn't surprise me if the
namespace doesn't exist independently of any uses.
------------------------------
From: Irina Lipov
Sent: 9/19/2011 3:16 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] LLVM,metadata for namespaces
Hello,
I am wring front end for compiler ,the project I am working on,is based on
llvm.
I have a problem with generating metadata for namespaces.
I call createNameSpace (with correct arguments) and get DINameSpace .
But in IR file no metadata for namespace is generated.
Can you advice me please what is the problem?Have I integrate in some way
the DINameSpace I got with module or context?
--
Thank you,
Irena
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110919/c5740334/attachment.html>
More information about the llvm-dev
mailing list