diff options
author | Sid Manning <sidneym@codeaurora.org> | 2018-08-10 22:54:54 +0000 |
---|---|---|
committer | Sid Manning <sidneym@codeaurora.org> | 2018-08-10 22:54:54 +0000 |
commit | 98b07a615b3346e58daee11df52462abe312c4a4 (patch) | |
tree | e80be43f120d71705e66be15d8da591826a273d1 | |
parent | fe258d9776db614811f8439fbe5557d815db32a8 (diff) | |
download | bcm5719-llvm-98b07a615b3346e58daee11df52462abe312c4a4.tar.gz bcm5719-llvm-98b07a615b3346e58daee11df52462abe312c4a4.zip |
[ELF][HEXAGON] Remove test that breaks assembler.
Remove testcase the breaks the assembler parser. Will fix llvm-mc
and put this back afterward.
llvm-svn: 339486
-rw-r--r-- | lld/test/ELF/hexagon.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lld/test/ELF/hexagon.s b/lld/test/ELF/hexagon.s index a341981929e..3ee171112b0 100644 --- a/lld/test/ELF/hexagon.s +++ b/lld/test/ELF/hexagon.s @@ -162,8 +162,9 @@ r0.l = #LO(_start) # R_HEX_8_X has 3 relocation mask variations #0xde000000 -r0=sub(##_start,asl(r1,#4)) -# CHECK: de00c406 r0 = sub(##69632,asl(r0,#4)) } +# THis causes an assertion in sanitized versions of llvm-mc +# remove this temporarily, fix issue and add back. +# r0=sub(##_start, asl(r1, #4)) #0x3c000000 memw(r0+#0) = ##_start |