<div dir="ltr"><div>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?<br></div><div><br></div><div><a href="https://releases.llvm.org/10.0.0/docs/LangRef.html#source-filename">https://releases.llvm.org/10.0.0/docs/LangRef.html#source-filename</a> seems to imply that it only needs to be a "consistent unique global
identifier", but then also shows a unix-style path as the syntax.  I don't see anything crazy being done with it from a quick source of llvm's source.<br></div></div>