|
24 | 24 | #include "clang/Lex/Preprocessor.h" |
25 | 25 | #include "clang/Sema/SemaHLSL.h" |
26 | 26 | #include "llvm/Bitcode/ReaderWriter.h" |
27 | | -#include "llvm/IR/LegacyPassManager.h" |
28 | 27 | #include "llvm/IR/LLVMContext.h" |
| 28 | +#include "llvm/IR/LegacyPassManager.h" |
29 | 29 | #include "llvm/Support/TimeProfiler.h" |
30 | 30 | #include "llvm/Support/Timer.h" |
31 | 31 | #include "llvm/Transforms/Utils/Cloning.h" |
32 | 32 |
|
33 | 33 | #include "dxc/DXIL/DxilModule.h" |
34 | 34 | #include "dxc/DXIL/DxilPDB.h" |
35 | 35 | #include "dxc/DxcBindingTable/DxcBindingTable.h" |
36 | | -#include "dxc/HLSL/DxilGenerationPass.h" |
37 | 36 | #include "dxc/DxilContainer/DxilContainerAssembler.h" |
38 | 37 | #include "dxc/DxilRootSignature/DxilRootSignature.h" |
| 38 | +#include "dxc/HLSL/DxilGenerationPass.h" |
39 | 39 | #include "dxc/HLSL/HLSLExtensionsCodegenHelper.h" |
40 | 40 | #include "dxc/Support/Path.h" |
41 | 41 | #include "dxc/Support/WinIncludes.h" |
@@ -1296,7 +1296,7 @@ class DxcCompiler : public IDxcCompiler3, |
1296 | 1296 | IFT(pReserializeResult->GetResult(&pNewOutput)); |
1297 | 1297 | pOutputBlob = pNewOutput; |
1298 | 1298 | } // PDB in private |
1299 | | - } // Write PDB |
| 1299 | + } // Write PDB |
1300 | 1300 |
|
1301 | 1301 | IFT(primaryOutput.SetObject(pOutputBlob, opts.DefaultTextCodePage)); |
1302 | 1302 | IFT(pResult->SetOutput(primaryOutput)); |
|
0 commit comments