From d4316c88457a32f1169b2d7d82053ccbc05fa7ed Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 14 May 2021 17:50:00 -0400 Subject: FXC as DownstreamCompiler (#1844) * #include an absolute path didn't work - because paths were taken to always be relative. * WIP Fxc as downstream compiler. * First pass FXC downstream compiler working. * GCC compile fix. * Fix FXC parsing issue. * Special case filesystem access. * Use StringUtil getSlice. * Fix isses with not emitting source for FXC. * Small fixes for DXBC handling. --- tests/cross-compile/fxc-error.hlsl.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cross-compile') diff --git a/tests/cross-compile/fxc-error.hlsl.expected b/tests/cross-compile/fxc-error.hlsl.expected index b3fa55696..98385feff 100644 --- a/tests/cross-compile/fxc-error.hlsl.expected +++ b/tests/cross-compile/fxc-error.hlsl.expected @@ -1,6 +1,6 @@ result code = -1 standard error = { -fxc: tests/cross-compile/fxc-error.hlsl(8,2-14): error X3004: undeclared identifier 'gOutputBuffer' +fxc 47.0: tests/cross-compile/fxc-error.hlsl(8): error X3004: undeclared identifier 'gOutputBuffer' } standard output = { } -- cgit v1.2.3