From 55fee71f49fa383bcced354cff073c9dc3b75432 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 20 Feb 2019 18:43:45 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354497 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/machine-outliner-bad-adrp.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir b/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir index af89ac5885e..2fc2cfd5d49 100644 --- a/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir +++ b/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir @@ -10,6 +10,7 @@ ... --- name: foo +# CHECK-LABEL: name: foo tracksRegLiveness: true constants: - id: 0 -- 2.50.1