[LLVMdev] cross-section differences in MC generation

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Jun 26 14:46:28 PDT 2014


This reduces to

.section .foo
.L1:
.L2 = .L1
.section .bar
.long .L1-.L2


Which is fairly silly :-(

I think this is the some root issue as pr20119. I will add the
testcase to that PR.

Cheers,
Rafael



More information about the llvm-dev mailing list