Adding info about ocloc's multidevice compilation

Related-To: NEO-3920
Change-Id: Ifa5805f5be6add092e70a39e35892600de7d26a5
This commit is contained in:
Jaroslaw Chodor
2020-02-09 23:59:57 +01:00
parent 046cb4c28b
commit 46d0ae785b
2 changed files with 23 additions and 1 deletions

View File

@@ -226,7 +226,6 @@ int buildFatbinary(int argc, const char *argv[]) {
if ((ConstStringRef("-device") == currArg) && hasMoreArgs) {
deviceArgIndex = argIndex + 1;
++argIndex;
break;
} else if ((CompilerOptions::arch32bit == currArg) || (ConstStringRef("-32") == currArg)) {
pointerSizeInBits = "32";
} else if ((CompilerOptions::arch64bit == currArg) || (ConstStringRef("-64") == currArg)) {