[llvm] 7e6f891 - Fix race condition in llvm/test/MC/AArch64/mov-expr* tests
Kristof Beyls via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 05:25:46 PDT 2020
Author: Kristof Beyls
Date: 2020-06-09T13:25:09+01:00
New Revision: 7e6f891df850ce4f3c469b53da7e633f616e2ac1
URL: https://github.com/llvm/llvm-project/commit/7e6f891df850ce4f3c469b53da7e633f616e2ac1
DIFF: https://github.com/llvm/llvm-project/commit/7e6f891df850ce4f3c469b53da7e633f616e2ac1.diff
LOG: Fix race condition in llvm/test/MC/AArch64/mov-expr* tests
... that were introduced in
https://reviews.llvm.org/rG0e1accd0f726eef2c47be9f37dd0a06cb50d207e
Added:
Modified:
llvm/test/MC/AArch64/mov-expr-as-immediate.s
llvm/test/MC/AArch64/mov-expression-as-immediate.s
Removed:
################################################################################
diff --git a/llvm/test/MC/AArch64/mov-expr-as-immediate.s b/llvm/test/MC/AArch64/mov-expr-as-immediate.s
index bc3adc292312..533fba3e7482 100644
--- a/llvm/test/MC/AArch64/mov-expr-as-immediate.s
+++ b/llvm/test/MC/AArch64/mov-expr-as-immediate.s
@@ -1,4 +1,5 @@
-// RUN: llvm-mc -triple aarch64-none-linux-gnu %s -filetype=obj -o %t | llvm-objdump --triple aarch64-none-linux-gnu -Dr %t | FileCheck %s
+// RUN: llvm-mc -triple aarch64-none-linux-gnu %s -filetype=obj -o %t
+// RUN: llvm-objdump --triple aarch64-none-linux-gnu -Dr %t | FileCheck %s
0:
.skip 4
diff --git a/llvm/test/MC/AArch64/mov-expression-as-immediate.s b/llvm/test/MC/AArch64/mov-expression-as-immediate.s
index 9426293fccde..b5a4ff9f4fc2 100644
--- a/llvm/test/MC/AArch64/mov-expression-as-immediate.s
+++ b/llvm/test/MC/AArch64/mov-expression-as-immediate.s
@@ -1,4 +1,5 @@
-// RUN: llvm-mc -triple aarch64-none-linux-gnu %s -filetype=obj -o %t | llvm-objdump -d %t | FileCheck %s
+// RUN: llvm-mc -triple aarch64-none-linux-gnu %s -filetype=obj -o %t
+// RUN: llvm-objdump -d %t | FileCheck %s
0:
.skip 4
More information about the llvm-commits
mailing list