Loading graph_framework/cpu_context.hpp +1 −3 Original line number Diff line number Diff line Loading @@ -183,9 +183,7 @@ namespace gpu { buffer.release()); clang::CompilerInstance clang(invocation); std::shared_ptr<llvm::vfs::FileSystem> VFS = std::make_shared<llvm::vfs::InMemoryFileSystem> (); clang.createDiagnostics(*VFS.get()); clang.createDiagnostics(); clang::TargetOptions target_options; target_options.Triple = llvm::sys::getProcessTriple(); Loading Loading
graph_framework/cpu_context.hpp +1 −3 Original line number Diff line number Diff line Loading @@ -183,9 +183,7 @@ namespace gpu { buffer.release()); clang::CompilerInstance clang(invocation); std::shared_ptr<llvm::vfs::FileSystem> VFS = std::make_shared<llvm::vfs::InMemoryFileSystem> (); clang.createDiagnostics(*VFS.get()); clang.createDiagnostics(); clang::TargetOptions target_options; target_options.Triple = llvm::sys::getProcessTriple(); Loading