Home
last modified time | relevance | path

Searched refs:wlopt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp238 for (const auto &wlopt : Args.getAllArgValues(options::OPT_Wl_COMMA)) in ConstructJob() local
241 if (!wlopt.rfind("-blibpath:", 0) || wlopt == "-bnolibpath") in ConstructJob()
242 D.Diag(diag::err_drv_cannot_mix_options) << "-rpath" << "-Wl," + wlopt; in ConstructJob()