]> granicus.if.org Git - clang/commit
Make this test a bit more strict and fix it.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 22 Jun 2016 18:04:52 +0000 (18:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 22 Jun 2016 18:04:52 +0000 (18:04 +0000)
commitb78f0a7360fe1011dcf49e42bf4fb0c110f17c96
treeb965ec70f26cde2ea3cba91ee18088a46ad56c56
parent5cafc35373778348a8f9bd1c730139ccfb7e29e5
Make this test a bit more strict and fix it.

We do pass -pic-level to cc1 when targeting darwin. Given that codegen
itself doesn't use it, the only difference is whether __PIE__ and
__pie__ are defined.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273450 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/pic.c