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 2fd0b24 commit 43ab513Copy full SHA for 43ab513
llvm/test/tools/llvm-lib/sym64-threshold.test
@@ -1,7 +1,10 @@
1
# RUN: yaml2obj --docnum=1 %s -o %t01234567890234567789.obj
2
# RUN: yaml2obj --docnum=2 %s -o %t-ec.obj
3
# RUN: env SYM64_THRESHOLD=100 llvm-lib -machine:amd64 -out:%t.lib %t01234567890234567789.obj
4
-# RUN: llvm-readobj %t.lib
+# RUN: llvm-nm --print-armap %t.lib | FileCheck --check-prefix=ARMAP %s
5
+# ARMAP: Archive map
6
+# ARMAP-NEXT: sym
7
+
8
# RUN: env SYM64_THRESHOLD=100 not llvm-lib -machine:arm64x -out:%t-ec.lib %t-ec.obj %t01234567890234567789.obj 2>&1 | FileCheck %s
9
# CHECK: Archive is too large: ARM64X does not support archives larger than 4GB
10
0 commit comments