Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dparams.py176PrependLinkFlag(lambda cfg: '-llibc++experimental' if _isMSVC(cfg) else '-lc++experimental'),
H A Ddsl.py448 class PrependLinkFlag(ConfigAction): class