]> granicus.if.org Git - clang/commit
Missed a ! in the if statement when these were being set and the options
authorEric Christopher <echristo@gmail.com>
Fri, 16 May 2014 20:46:14 +0000 (20:46 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 16 May 2014 20:46:14 +0000 (20:46 +0000)
commit27846eca5ba156c9db34431725cb65e8d22b0f65
tree7c56b7566e485d52e819f5a5f773998b27db2f1a
parent70c7eda21fd736f29ed4132cdcc656228d6ea952
Missed a ! in the if statement when these were being set and the options
are inverted in clang and llvm.

I'll attempt to get a testcase for this that doesn't involve compiling to .s,
but it's unlikely.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209017 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp