Searched refs:F128LibName (Results 1 – 1 of 1) sorted by relevance
813 StringRef F128LibName = getDriver().getFlangF128MathLibrary(); in addFortranRuntimeLibs() local814 F128LibName.consume_front_insensitive("lib"); in addFortranRuntimeLibs()815 if (!F128LibName.empty()) { in addFortranRuntimeLibs()820 CmdArgs.push_back(Args.MakeArgString("-l" + F128LibName)); in addFortranRuntimeLibs()