Make Event Tracing for Windows optional#8
Merged
AnastaZIuk merged 1 commit intodevshFixes_clang_19_1_1from Apr 25, 2025
Merged
Conversation
… target with ETW disabled
|
PR description is empty, please add some valid description |
You can test this locally with the following command:git-clang-format --diff 4621c707ed774ab8382391f6434810ebecd37111 96a5b5c85ee1ec7e8333d7140e1d2384be4faa02 -- include/dxc/WinEtwAdapter.h include/dxc/WinAdapter.h projects/dxilconv/tools/dxilconv/dxilconv.cpp tools/clang/tools/dxcompiler/DXCompiler.cpp tools/clang/tools/dxcompiler/dxcapi.cpp tools/clang/tools/dxcompiler/dxcompilerobj.cpp tools/clang/tools/dxcvalidator/dxcvalidator.cpp tools/clang/tools/dxildll/dxildll.cpp tools/clang/tools/dxrfallbackcompiler/DXCompiler.cpp tools/clang/tools/dxrfallbackcompiler/dxcapi.cppView the diff from clang-format here.diff --git a/include/dxc/WinAdapter.h b/include/dxc/WinAdapter.h
index 6c7fa2545..45d23c6cd 100644
--- a/include/dxc/WinAdapter.h
+++ b/include/dxc/WinAdapter.h
@@ -197,7 +197,8 @@
#define OutputDebugStringA(msg) fputs(msg, stderr)
#define OutputDebugFormatA(...) fprintf(stderr, __VA_ARGS__)
-// I have no idea if I don't break something like INSTALL targets, requires CI tests
+// I have no idea if I don't break something like INSTALL targets, requires CI
+// tests
#include "WinEtwAdapter.h"
#define UInt32Add UIntAdd
|
AnastaZIuk
pushed a commit
that referenced
this pull request
Mar 20, 2026
…type. (microsoft#8188) Part of microsoft#7979 `vk::SampledTexture2DArray` takes coordinate of vector size 3. The function definitions are equivalent to that of `Texture2DArray`, just without `Sampler` argument.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.