Hi Anton, On 05/08/2012 05:05 PM, Anton Korobeynikov wrote:> I believe examples/ExceptionDemo contains sample code which sets > TargetOptions flags. > In particular, llvm::EngineBuilder class has setTargetOptions() method > which does all necessary magic here.Cool, that's certainly easy enough. :) Thanks, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
Now I've run into another issue: The ConstantArray::get() method for constructing a string constant from a char* seems to be gone. Is there a replacement for that somewhere? BTW, this isn't mentioned in the release notes yet. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
On Tue, May 8, 2012 at 7:16 PM, Albert Graef <Dr.Graef at t-online.de> wrote:> Now I've run into another issue: The ConstantArray::get() method for > constructing a string constant from a char* seems to be gone. Is there > a replacement for that somewhere?ConstantDataArray::getString. IRBuilder::CreateGlobalString might also be useful in some cases.> BTW, this isn't mentioned in the release notes yet.Hmm... might be worth a mention. -Eli