[llvm] r354497 - AArch64/test: Add check for function name to machine-outliner-bad-adrp.mir
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 10:43:45 PST 2019
Author: tstellar
Date: Wed Feb 20 10:43:45 2019
New Revision: 354497
URL: http://llvm.org/viewvc/llvm-project?rev=354497&view=rev
Log:
AArch64/test: Add check for function name to machine-outliner-bad-adrp.mir
Summary:
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.
Reviewers: t.p.northover, jpaquette, paquette
Reviewed By: paquette
Subscribers: javed.absar, kristof.beyls, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D58217
Modified:
llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
Modified: llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir?rev=354497&r1=354496&r2=354497&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir Wed Feb 20 10:43:45 2019
@@ -10,6 +10,7 @@
...
---
name: foo
+# CHECK-LABEL: name: foo
tracksRegLiveness: true
constants:
- id: 0
More information about the llvm-commits
mailing list