What kind of non-fatal error? Disable verifier pass can be only a temporary
solution.
> + // XXX remove the verifier pass to workaround a non-fatal error.
> #if LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >=5
> - FPM.add(createVerifierPass(true));
> + //FPM.add(createVerifierPass(true));
> #else
> - FPM.add(createVerifierPass());
> + //FPM.add(createVerifierPass());
> #endif
> FPM.add(new TargetLibraryInfo(*libraryInfo));
> FPM.add(createTypeBasedAliasAnalysisPass());
> --
> 1.8.3.2
>
> _______________________________________________
> Beignet mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet