Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp360 bool CXXExceptionsEnabled = Triple.getArch() != llvm::Triple::xcore && in addExceptionArgs() local
366 CXXExceptionsEnabled = in addExceptionArgs()
370 if (CXXExceptionsEnabled) { in addExceptionArgs()