P4 to Git Change 1446561 by smekhano@stas-mwamba-rocm on 2017/08/13 15:22:24

SWDEV-127767 - COmplib: process -fuse-native option with LC

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#41 edit
Bu işleme şunda yer alıyor:
foreman
2017-08-13 15:35:34 -04:00
ebeveyn 1d7462b716
işleme 3c8eb3ec8e
3 değiştirilmiş dosya ile 9 ekleme ve 2 silme
+7
Dosyayı Görüntüle
@@ -896,6 +896,13 @@ processOption(int OptDescTableIx, Options& Opts, const std::string& Value,
}
break;
#if defined(WITH_LIGHTNING_COMPILER)
case OID_OptUseNative:
Opts.llvmOptions.append(" -mllvm -amdgpu-use-native=");
Opts.llvmOptions.append(sval);
break;
#endif
case OID_WFComma:
case OID_WBComma:
case OID_WHComma: