]> granicus.if.org Git - clang/commit
XCore target -fexceptions flag handling
authorRobert Lytton <robert@xmos.com>
Thu, 13 Feb 2014 10:34:44 +0000 (10:34 +0000)
committerRobert Lytton <robert@xmos.com>
Thu, 13 Feb 2014 10:34:44 +0000 (10:34 +0000)
commit80eb669f000e12cbf24e76ed251e81877bb8c84e
tree54271affcfd6c0832578877294bf29ee652d7bca
parent0f242938ea3e276eb2c22450af482bba16cd9455
XCore target -fexceptions flag handling

XCore target has -fno-exception as the default option
Pass on "-fexceptions" flag to xcc (linker)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/xcore-opts.c