The clang assembler assumes that the discriminator remains the same when there is source line change. The correct behavior is that when there is line change, discriminator will automatically reset to 0.
Details
Details
Diff Detail
Diff Detail
Differential D19436
Update discriminator assignment algorithm in clang assembler. danielcdh on Apr 22 2016, 2:31 PM. Authored by
Details The clang assembler assumes that the discriminator remains the same when there is source line change. The correct behavior is that when there is line change, discriminator will automatically reset to 0.
Diff Detail |