[PATCH] D58217: AArch64/test: Add check for function name to machine-outliner-bad-adrp.mir
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 16:29:38 PST 2019
tstellar created this revision.
tstellar added reviewers: t.p.northover, jpaquette.
Herald added subscribers: kristof.beyls, javed.absar.
Herald added a reviewer: paquette.
Herald added a project: LLVM.
This test was failing in one of our setups because the generated ModuleID
had the full path of the test file and that path contained the string
BL.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58217
Files:
llvm/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
Index: llvm/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
===================================================================
--- llvm/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
+++ llvm/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
@@ -10,6 +10,7 @@
...
---
name: foo
+# CHECK-LABEL: name: foo
tracksRegLiveness: true
constants:
- id: 0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58217.186773.patch
Type: text/x-patch
Size: 395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190214/c879e088/attachment.bin>
More information about the llvm-commits
mailing list