[PATCH] Fix MIPS toolchain selection heuristics in case of reduced toolchain directories tree
David Majnemer
david.majnemer at gmail.com
Sun Mar 2 10:13:48 PST 2014
================
Comment at: lib/Driver/ToolChains.cpp:1838
@@ +1837,3 @@
+ // Then select the first toolchains matches command line flags.
+ std::vector<MultilibSet *> candidates = { &DebianMipsMultilibs,
+ &FSFMipsMultilibs,
----------------
Does this need to be a vector? Can't it just be an array?
http://llvm-reviews.chandlerc.com/D2911
More information about the cfe-commits
mailing list