Affirmative.
I've checked the compiler invocations before and after the patch. -g goes
only to b.cpp. (also, this is the same pattern we use for other tests which
want to build stuff with no debug info).
On Wed, 21 Mar 2018 at 15:47, Davide Italiano wrote:
> On Wed, Mar 21, 2018 at 2:43 AM, Pa
On Wed, Mar 21, 2018 at 2:43 AM, Pavel Labath via lldb-commits
wrote:
> Author: labath
> Date: Wed Mar 21 02:43:50 2018
> New Revision: 328083
>
> URL: http://llvm.org/viewvc/llvm-project?rev=328083&view=rev
> Log:
> Fix TestOperatorOverload for 32-bit builds
>
> - use more goodies from Makefile.r
Author: labath
Date: Wed Mar 21 02:43:50 2018
New Revision: 328083
URL: http://llvm.org/viewvc/llvm-project?rev=328083&view=rev
Log:
Fix TestOperatorOverload for 32-bit builds
- use more goodies from Makefile.rules to correctly build a 32-bit
binary.
- avoid hardcoding typeof(nil) in the test.
T