search for: autorm

Displaying 2 results from an estimated 2 matches for "autorm".

Did you mean: autor
2019 Jan 24
2
LLVM Kaleidoscope : Compiling to Object Code - Segmentation Fault
...lt. |Program received signal SIGSEGV, Segmentation fault.|| ||0x00000000004afee0 in llvm::optional_detail::OptionalStorage<llvm::Reloc::Model, true>::OptionalStorage(llvm::optional_detail::OptionalStorage<llvm::Reloc::Model, true> const&) ()| |Source code: | TargetOptions opt; autoRM =Optional<Reloc::Model>(); autoTheTargetMachine = Target->createTargetMachine(TargetTriple, CPU, Features, opt, RM); Whether this behavior is already notified and is there any workaround available for it ? I would be great to know the root cause for this behavior. Of course, the kaleid...
2019 Jan 24
2
LLVM Kaleidoscope : Compiling to Object Code - Segmentation Fault
...||0x00000000004afee0 in > llvm::optional_detail::OptionalStorage<llvm::Reloc::Model, > true>::OptionalStorage(llvm::optional_detail::OptionalStorage<llvm::Reloc::Model, > true> const&) ()| > > |Source code: | > > TargetOptions opt; > autoRM =Optional<Reloc::Model>(); > autoTheTargetMachine = > Target->createTargetMachine(TargetTriple, CPU, Features, opt, RM); > > Whether this behavior is already notified and is there any > workaround available for it ? I would be great to know the root >...