search for: setmoduleidentifi

Displaying 7 results from an estimated 7 matches for "setmoduleidentifi".

Did you mean: setmoduleidentifier
2020 May 25
3
Implications of Module SourceFileName
In the language I'm working on, a module (which does have a user-defined name in source) may be comprised of several files. I'm considering passing the (user-defined) name to llvm::Module's setModuleIdentifier, then a semicolon separated list of file names to setSourceFileName. Is this going to cause unforeseen problems? https://releases.llvm.org/10.0.0/docs/LangRef.html#source-filename seems to imply that it only needs to be a "consistent unique global identifier", but then also shows a un...
2012 Jun 09
0
[LLVMdev] VMKIT: Assertion at build
...Jun 7, 2012, at 4:32 PM, Foivos S. Zakkak wrote: > Hi Nicolas, > > it looks like there are missing things > > $ more lib/j3/LLVMRuntime/LLVMRuntime.inc > // Generated by llvm2cpp - DO NOT MODIFY! > > > Module* makeLLVMModuleContents(Module *mod) { > > mod->setModuleIdentifier("<stdin>"); > > // Type Definitions > > // Function Declarations > > // Global Variable Declarations > > > // Constant Definitions > > // Global Variable Definitions > > // Function Definitions > > return mod; > > } >...
2012 Jun 07
4
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas, it looks like there are missing things $ more lib/j3/LLVMRuntime/LLVMRuntime.inc // Generated by llvm2cpp - DO NOT MODIFY! Module* makeLLVMModuleContents(Module *mod) { mod->setModuleIdentifier("<stdin>"); // Type Definitions // Function Declarations // Global Variable Declarations // Constant Definitions // Global Variable Definitions // Function Definitions return mod; } Foivos On 07/06/12 23:59, Nicolas Geoffray wrote: > Hi Fovios, > > Do you have...
2012 Jun 10
0
[LLVMdev] VMKIT: Assertion at build
...you Foivos On 08/06/12 00:32, Foivos S. Zakkak wrote: > Hi Nicolas, > > it looks like there are missing things > > $ more lib/j3/LLVMRuntime/LLVMRuntime.inc > // Generated by llvm2cpp - DO NOT MODIFY! > > > Module* makeLLVMModuleContents(Module *mod) { > > mod->setModuleIdentifier("<stdin>"); > > // Type Definitions > > // Function Declarations > > // Global Variable Declarations > > > // Constant Definitions > > // Global Variable Definitions > > // Function Definitions > > return mod; > > } > > Foiv...
2012 Jun 11
2
[LLVMdev] VMKIT: Assertion at build
...ote: > >> Hi Nicolas, >> >> it looks like there are missing things >> >> $ more lib/j3/LLVMRuntime/**LLVMRuntime.inc >> // Generated by llvm2cpp - DO NOT MODIFY! >> >> >> Module* makeLLVMModuleContents(Module *mod) { >> >> mod->setModuleIdentifier("<**stdin>"); >> >> // Type Definitions >> >> // Function Declarations >> >> // Global Variable Declarations >> >> >> // Constant Definitions >> >> // Global Variable Definitions >> >> // Function Defini...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
Hi Fovios, Do you have a ./lib/j3/LLVMRuntime/LLVMRuntime.inc file being generated? What does it contain? Nicolas On Thu, Jun 7, 2012 at 5:47 PM, Foivos S. Zakkak <foivos at zakkak.net> wrote: > Still the same. > > Is there any chance that the placement of my directories are causing this? > > Also the exact command that fails is > >
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
Still the same. Is there any chance that the placement of my directories are causing this? Also the exact command that fails is /home1/public/zakkak/java/vmkit/Release+Asserts/bin/vmjc -std-compile-opts -load=/home1/public/zakkak/java/vmkit/Release+Asserts/lib/MMTKRuntime.so -load=/home1/public/zakkak/java/vmkit/Release+Asserts/lib/MMTKMagic.so -LowerMagic