forked from microsoft/DirectXShaderCompiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix outputs -Fre, -Fsh, -Frs, and -Fc with -Fh (microsoft#2716)
- Fix output naming for StringRef - Support /Fc when /Fh is provided - Fix root sig strip flag - Create root sig stream output - Validate -Frs root sig output for signing with DXIL.dll - Move outputs under valHR success branch - Add test for -Fre, -Fsh, -Frs, and -Fc with -Fh - Rework hcttestcmds.cmd completely: checks a lot more stuff and is way more robust, while being much easier to read, add to, and maintain, I hope.
- Loading branch information
Showing
5 changed files
with
554 additions
and
783 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
int g; | ||
static int g_unused; | ||
|
||
#ifndef semantic | ||
#define semantic SV_Target | ||
#endif | ||
|
Oops, something went wrong.