Searched refs:F128LibName (Results 1 – 1 of 1) sorted by relevance
1273 StringRef F128LibName = TC.getDriver().getFlangF128MathLibrary(); in addFortranRuntimeLibs() local1274 F128LibName.consume_front_insensitive("lib"); in addFortranRuntimeLibs()1275 if (!F128LibName.empty()) { in addFortranRuntimeLibs()1280 CmdArgs.push_back(Args.MakeArgString("-l" + F128LibName)); in addFortranRuntimeLibs()