The test part of r241149 has been reverted in r241451, due to misplaced test cases.
This patch splits those test cases among the appropriate targets.
Differential revision of r241149: http://reviews.llvm.org/D10651
Differential D10897
Reworked the test part of r241149 "Fix PR23872: Integrated assembler error message when using .type directive with @ in AArch32 assembly." enefaim on Jul 2 2015, 7:41 AM. Authored by
Details The test part of r241149 has been reverted in r241451, due to misplaced test cases. Differential revision of r241149: http://reviews.llvm.org/D10651
Diff Detail
Event TimelineComment Actions Hi Gabor, Is ARM always enabled for COFF? If not, we better create a directory in there, like the others. --renato Comment Actions Changes in this version:
Comment Actions Also, please copy test/MC/ARM/lit.local.cfg (as is) into the new directory, so that only compilers with ARM support will run those tests. Comment Actions Hi Renato, Thanks for the review! Changes in this version:
|