Consume the code obj args to prevent duplicates

Αυτή η υποβολή περιλαμβάνεται σε:
Aaron Enye Shi
2019-02-19 17:02:27 +00:00
γονέας fb14d5ae9a
υποβολή 3a57510fbb
+6
Προβολή Αρχείου
@@ -424,8 +424,14 @@ foreach $arg (@ARGV)
$swallowArg = 1;
}
if (($trimarg eq '-mno-code-object-v3') and ($HIP_PLATFORM eq 'clang') ) {
$useCodeObjectV3 = 0;
$swallowArg = 1;
}
if (($trimarg eq '-mcode-object-v3') and ($HIP_PLATFORM eq 'clang') ) {
$useCodeObjectV3 = 1;
$swallowArg = 1;
}
if (($arg =~ /--genco/) and $HIP_PLATFORM eq 'clang' ) {