Two things to do with -dsuppress-uniques
authorsimonpj@microsoft.com <unknown>
Thu, 4 Mar 2010 12:38:22 +0000 (12:38 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 4 Mar 2010 12:38:22 +0000 (12:38 +0000)
commit4623207393db41c970e713c326e9b54aa017dc3a
tree8fc86b1356eaa3be5df2cd10c1f805ea2eb51f5c
parentd60d5996635f751d641fe29db6bde59822019235
Two things to do with -dsuppress-uniques

a) Even with -dsuppress-uniques, don't suppress them when outputing
   code, else the assembler falls over bleating

b) Do suppress uniques in names generated by TH.  It's a bit grungy
   to do this: see Note [Suppressing uniques in OccNames].  But
   it's only needed for test de-wobblification so the grunge isn't
   really important.
compiler/basicTypes/OccName.lhs
compiler/basicTypes/Unique.lhs