diff options
| -rw-r--r-- | lld/test/COFF/msvclto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/msvclto.ll b/lld/test/COFF/msvclto.ll index 87db8c820af..2d51ceaffd4 100644 --- a/lld/test/COFF/msvclto.ll +++ b/lld/test/COFF/msvclto.ll @@ -4,7 +4,7 @@ ; RUN: /entry:main /verbose > %t.log || true ; RUN: FileCheck %s < %t.log -; CHECK: link.exe /nologo {{.*}} {{.*}}2.obj /out:{{.*}}.exe /opt:icf /entry:main /verbose +; CHECK: /opt:icf /entry:main /verbose target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc" |

