Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} llvm / llvm-project Public Notifications You must be signed in to change notification settings Fork 12.8k Star 31...
// Performs error checking on all /export arguments. // It also sets ordinals. void fixupExports() { // Symbol ordinals must be unique. std::set<uint16_t> ords; for (Export &e : config->exports) { if (e.ordinal == 0)