We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7561a commit 8260a62Copy full SHA for 8260a62
IGC/VectorCompiler/lib/Driver/Driver.cpp
@@ -403,14 +403,6 @@ Expected<vc::CompileOutput> vc::Compile(ArrayRef<char> Input,
403
const vc::ExternalData &ExtData,
404
ArrayRef<uint32_t> SpecConstIds,
405
ArrayRef<uint64_t> SpecConstValues) {
406
- // Environment variable for additional options for debug purposes.
407
- // This will exit with error if options is incorrect and should not
408
- // be used to pass meaningful options required for compilation.
409
-#ifndef NDEBUG
410
- constexpr const char *DebugEnvVarName = "IGC_VCCodeGenDebugOpts";
411
- cl::ParseEnvironmentOptions("vc-codegen", DebugEnvVarName);
412
-#endif
413
-
414
if (Opts.DumpIR && Opts.Dumper)
415
Opts.Dumper->dumpBinary(Input, "input.spv");
416
0 commit comments