Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp446 bool CXXExceptionsEnabled = Triple.getArch() != llvm::Triple::xcore && in addExceptionArgs() local
452 CXXExceptionsEnabled = in addExceptionArgs()
456 if (CXXExceptionsEnabled) { in addExceptionArgs()