[lld] 6f13299 - Revert "Update lto.ll test after 3367e9da enabled multibyte NOPs in 64-bit mode."
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 16:36:13 PDT 2020
Author: Douglas Yung
Date: 2020-07-01T16:34:57-07:00
New Revision: 6f13299c02d4c9d8a3f1cd81e8b02c91d5a2fe66
URL: https://github.com/llvm/llvm-project/commit/6f13299c02d4c9d8a3f1cd81e8b02c91d5a2fe66
DIFF: https://github.com/llvm/llvm-project/commit/6f13299c02d4c9d8a3f1cd81e8b02c91d5a2fe66.diff
LOG: Revert "Update lto.ll test after 3367e9da enabled multibyte NOPs in 64-bit mode."
This reverts commit 79f6a814ab9383094a5ffea75bb7aca55292ff15.
Didn't notice that someone had reverted the commit that caused the problem.
Added:
Modified:
lld/test/COFF/lto.ll
Removed:
################################################################################
diff --git a/lld/test/COFF/lto.ll b/lld/test/COFF/lto.ll
index 4db24d116b46..d8ccf566939e 100644
--- a/lld/test/COFF/lto.ll
+++ b/lld/test/COFF/lto.ll
@@ -86,8 +86,21 @@
; TEXT-10-EMPTY:
; TEXT-10-NEXT: <.text>:
; TEXT-10-NEXT: retq
-; TEXT-10-NEXT: nopw %cs:(%rax,%rax)
-; TEXT-10-NEXT: nopl (%rax,%rax)
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
+; TEXT-10-NEXT: nop
; TEXT-10-NEXT: retq
; TEXT-10-NEXT: int3
; TEXT-10-NEXT: int3
More information about the llvm-commits
mailing list