diff options
| author | Yong He <yonghe@outlook.com> | 2024-05-01 17:30:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 17:30:55 -0700 |
| commit | 9043bc5522cc86560ac5d57ddfc6cfa7612c9222 (patch) | |
| tree | 9804bb8a682386b9f761e8fb164cb43ad5390411 /source/slang/slang.cpp | |
| parent | 0bb826f8b92aec330875d0b966c1f4a6b99988bf (diff) | |
Fix compile failures when using debug symbol. (#4069)
* Fix compile failures when using debug symbol.
* Various fixes.
* Fix intrinsic.
* Fix test.
Diffstat (limited to 'source/slang/slang.cpp')
| -rw-r--r-- | source/slang/slang.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp index 654295211..5974656df 100644 --- a/source/slang/slang.cpp +++ b/source/slang/slang.cpp @@ -3796,7 +3796,6 @@ Linkage::IncludeResult Linkage::findAndIncludeFile(Module* module, TranslationUn IncludeSystem includeSystem; auto sourceFile = findFile(name, loc, includeSystem); - if (!sourceFile) { sink->diagnose(loc, Diagnostics::cannotOpenFile, getText(name)); |
