We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b065e6 commit 8fba6f4Copy full SHA for 8fba6f4
sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp
@@ -219,6 +219,7 @@ class SYCLToolchain {
219
// Create a compiler instance to handle the actual work.
220
CompilerInstance Compiler(std::move(Invocation),
221
std::move(PCHContainerOps));
222
+ Compiler.setVirtualFileSystem(Files->getVirtualFileSystemPtr());
223
Compiler.setFileManager(Files);
224
// Suppress summary with number of warnings and errors being printed to
225
// stdout.
0 commit comments