From a819cda059d50032d7d7fa13eafa35fb9537897e Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Tue, 30 Aug 2016 00:22:22 +0000 Subject: [PATCH] [PowerPC] Add triple to test/CodeGen/PowerPC/atomic-2.ll for ppc64le Otherwise, running the test on Darwin systems will not work. llvm-svn: 280034 --- llvm/test/CodeGen/PowerPC/atomic-2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/PowerPC/atomic-2.ll b/llvm/test/CodeGen/PowerPC/atomic-2.ll index bafabdb..18715dd 100644 --- a/llvm/test/CodeGen/PowerPC/atomic-2.ll +++ b/llvm/test/CodeGen/PowerPC/atomic-2.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=ppc64 | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-BE -; RUN: llc < %s -march=ppc64le | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LE +; RUN: llc < %s -march=ppc64le -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LE ; RUN: llc < %s -march=ppc64 -mcpu=pwr7 | FileCheck %s ; RUN: llc < %s -march=ppc64 -mcpu=pwr8 | FileCheck %s -check-prefix=CHECK-P8U -- 2.7.4