Skip to content

Commit a708522

Browse files
committed
API change affecting comgr createDiagnostics
1 parent 2ef5291 commit a708522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/comgr/src/comgr-compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ amd_comgr_status_t executeCommand(const Command &Job, raw_ostream &LogS,
670670
// Internally this call refers to the invocation created above, so at
671671
// this point the DiagnosticsEngine should accurately reflect all user
672672
// requested configuration from Argv.
673-
Clang->createDiagnostics(FS, &DiagClient, /* ShouldOwnClient */ false);
673+
Clang->createDiagnostics(&DiagClient, /* ShouldOwnClient */ false);
674674
if (!Clang->hasDiagnostics()) {
675675
return AMD_COMGR_STATUS_ERROR;
676676
}

0 commit comments

Comments
 (0)