No need to check isWriteable here (which isn't sufficient anyway). Just attempt
authorChris Lattner <sabre@nondot.org>
Tue, 1 Aug 2006 18:12:29 +0000 (18:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Aug 2006 18:12:29 +0000 (18:12 +0000)
commit33b0e9c644838667262f40199b94b20a3524ae4a
treea7595db66d4e837832ac6a504d039bea1add3223
parent8bdbb04f9b1b79a75677b1ff6217cadc3b660af9
No need to check isWriteable here (which isn't sufficient anyway).  Just attempt
to do the operation and if it fails, oh well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29446 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp