================
@@ -112,6 +112,18 @@ void CompilerInstance::setTarget(TargetInfo *Value) {
Target = Value; }
void CompilerInstance::setAuxTarget(TargetInfo *Value) { AuxTarget = Value; }
bool CompilerInstance::createTarget() {
+
+ // SPIR-V targeting requires a fully specified Vulkan environment.
----------------
to268 wrote:
This code block should at least be moved after
`setTarget(TargetInfo::CreateTargetInfo(getDiagnostics(),`.
https://github.com/llvm/llvm-project/pull/190840
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits