Displaying 1 result from an estimated 1 matches for "05a27b41".
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?