reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 EXPECT_EQ(spec.GetTriple().getTriple(), "x86_64-pc-linux-gnu"); 38 spec = HostInfo::GetAugmentedArchSpec("x86_64-pc"); 39 EXPECT_EQ(spec.GetTriple().getTriple(), "x86_64-pc"); 42 spec = HostInfo::GetAugmentedArchSpec("x86_64"); 44 EXPECT_EQ(spec.GetTriple().getArch(), Triple::x86_64); 45 EXPECT_EQ(spec.GetTriple().getOS(), triple.getOS()); 46 EXPECT_EQ(spec.GetTriple().getVendor(), triple.getVendor()); 47 EXPECT_EQ(spec.GetTriple().getEnvironment(), triple.getEnvironment());