aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2020-05-11 19:39:49 -0400
committerJoel E. Denny <jdenny.ornl@gmail.com>2020-05-11 19:41:22 -0400
commitd0e7fd6b624b1943f3780a69883690017d2efad2 (patch)
tree2cd27cfafd4ff456503d4687d95db0ca08d59096 /llvm/test/Assembler
parent[gn build] Make paths in generated llvm-lit relative. (diff)
downloadllvm-project-d0e7fd6b624b1943f3780a69883690017d2efad2.tar.gz
llvm-project-d0e7fd6b624b1943f3780a69883690017d2efad2.tar.bz2
llvm-project-d0e7fd6b624b1943f3780a69883690017d2efad2.zip
Revert "[FileCheck] Support comment directives"
This reverts commit 9a9a5f9893c8db05cebc8818eb8485bff61f7c74 to try to fix a bot: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/23489
Diffstat (limited to 'llvm/test/Assembler')
-rw-r--r--llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll b/llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll
index 3e2aefb0e11b..739edbacde99 100644
--- a/llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll
+++ b/llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s -o %t.bc -data-layout=A5 2>&1 | FileCheck -check-prefixes=ALL,AS %s
-; RUN: llvm-dis < %t.bc | FileCheck -check-prefixes=ALL,DIS %s
-; RUN: opt < %s -S -data-layout=A5 2>&1 | FileCheck -check-prefixes=ALL,AS %s
-; RUN: opt < %t.bc -S | FileCheck -check-prefixes=ALL,DIS %s
+; RUN: llvm-as < %s -o %t.bc -data-layout=A5 2>&1 | FileCheck -check-prefixes=COM,AS %s
+; RUN: llvm-dis < %t.bc | FileCheck -check-prefixes=COM,DIS %s
+; RUN: opt < %s -S -data-layout=A5 2>&1 | FileCheck -check-prefixes=COM,AS %s
+; RUN: opt < %t.bc -S | FileCheck -check-prefixes=COM,DIS %s
define void @foo() {
entry:
@@ -12,7 +12,7 @@ entry:
metadata i8* undef,
metadata !DILocalVariable(scope: !1),
metadata !DIExpression())
-; ALL-NOT: Allocation instruction pointer not in the stack address space!
+; COM-NOT: Allocation instruction pointer not in the stack address space!
; AS: llvm.dbg.value intrinsic requires a !dbg attachment
; AS: warning: ignoring invalid debug info in <stdin>
ret void