]> granicus.if.org Git - clang/commit
Enable -mconstructor-aliases by default on non-darwin platforms.
authorJohn McCall <rjmccall@apple.com>
Fri, 19 Feb 2010 02:45:38 +0000 (02:45 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 19 Feb 2010 02:45:38 +0000 (02:45 +0000)
commitd0c2ec44e093011256b6a0f57d455f36dffdea70
tree72e26b204c48c118931d9378ecf49966462d8b13
parentba7bc5584b8d46f4e8deb3a9d363256908fa86ea
Enable -mconstructor-aliases by default on non-darwin platforms.
The linker bug holding this back is Darwin-specific.

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