Improve performance of v2 arg handling (#1539)

* Improve performance of v2 arg handling

* Missing change to `std::string`
This commit is contained in:
searlmc1
2019-10-24 05:14:05 -07:00
committed by Maneesh Gupta
parent 84d5b399f6
commit 15a699688e
3 changed files with 150 additions and 77 deletions
@@ -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__"