We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d9e83 commit 0b03429Copy full SHA for 0b03429
lld/test/ELF/vs-diagnostics-versionscript.s
@@ -1,8 +1,5 @@
1
-# REQUIRES: x86
2
-# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3
-# RUN: rm -f %/terr1.script
4
-# RUN: echo "\"" > %/terr1.script
5
-# RUN: not ld.lld --vs-diagnostics --version-script %/terr1.script -shared %/t.o -o %/t.so 2>&1 | \
+# RUN: echo "\"" > %/terr1.script
+# RUN: not ld.lld --vs-diagnostics --version-script %/terr1.script 2>&1 | \
6
# RUN: FileCheck %s -DSCRIPT="%/terr1.script"
7
8
# CHECK: [[SCRIPT]](1): error: [[SCRIPT]]:1: unclosed quote
0 commit comments