Improve performance of v2 arg handling (#1539)

* Improve performance of v2 arg handling

* Missing change to `std::string`
Bu işleme şunda yer alıyor:
searlmc1
2019-10-24 05:14:05 -07:00
işlemeyi yapan: Maneesh Gupta
ebeveyn 4a635add45
işleme c4a51f3679
3 değiştirilmiş dosya ile 150 ekleme ve 77 silme
+1 -1
Dosyayı Görüntüle
@@ -86,7 +86,7 @@ struct Bundled_code {
char cbuf[sizeof(offset) + sizeof(bundle_sz) + sizeof(triple_sz)];
} header;
std::string triple;
std::vector<char> blob;
std::string blob;
};
#define magic_string_ "__CLANG_OFFLOAD_BUNDLE__"