================
Comment at: lib/Driver/ToolChains.cpp:1839
@@ +1838,3 @@
+ // Then select the first toolchains matches command line flags.
+ std::array<MultilibSet *, 3> candidates = {
+ { &DebianMipsMultilibs, &FSFMipsMultilibs, &CSMipsMultilibs }
----------------
You should be able to get away with using a normal array instead of the
std::array class template, this way you don't need to mention the array bound.
http://llvm-reviews.chandlerc.com/D2911
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits