summaryrefslogtreecommitdiff
path: root/devel/intel-graphics-compiler/files/patch-unix
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-28 10:30:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-18 20:39:32 +0000
commit433c522170780221a7e0f9b8ff025a482b06c8cc (patch)
tree06d9fe241f2bca0ccb5a6b7c89175d35988be50f /devel/intel-graphics-compiler/files/patch-unix
parentdevel/vc-intrinsics: update to s20220214 (diff)
devel/intel-graphics-compiler: update to 1.0.10200
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10200 Reported by: GitHub (watch releases)
Diffstat (limited to 'devel/intel-graphics-compiler/files/patch-unix')
-rw-r--r--devel/intel-graphics-compiler/files/patch-unix6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/intel-graphics-compiler/files/patch-unix b/devel/intel-graphics-compiler/files/patch-unix
index d83ddff3b0a6..dbb589b2e2b6 100644
--- a/devel/intel-graphics-compiler/files/patch-unix
+++ b/devel/intel-graphics-compiler/files/patch-unix
@@ -205,12 +205,12 @@ CMake Error at IGC/CMakeLists.txt:1974 (message):
# pragma GCC diagnostic push
# if __GNUC__ > 8
# pragma GCC diagnostic ignored "-Winit-list-lifetime"
---- IGC/common/Stats.cpp.orig 2021-03-22 09:55:24 UTC
+--- IGC/common/Stats.cpp.orig 2022-01-28 10:30:23 UTC
+++ IGC/common/Stats.cpp
-@@ -1061,7 +1061,7 @@ void TimeStats::printTimeCSV( std::string const& corpu
+@@ -1045,7 +1045,7 @@ void TimeStats::printTimeCSV( std::string const& corpu
else
subFile += IGC::Debug::GetShaderCorpusName();
- const std::string outputFilePath =
+ const std::string outputFilePath =
-#if defined(__linux__)
+#if !defined(_WIN32)
subFile + ".csv";