search for: gerimpl

Displaying 1 result from an estimated 1 matches for "gerimpl".

Did you mean: verimpl
2017 Sep 18
2
Clang/LLVM 5.0 optnone attribute with -O0
...0 adds the optnone attribute to all functions, making it impossible to use any existing LLVM passes in our code generator. We also tried using - "clang -Xclang -load -Xclang <module>.so -mllvm <custom options>" , but this caused a segfault at llvm::legacy::FunctionPassManagerImpl::doInitialization(llvm::Module&). What is the right way to get around this issue? Dipto