-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[Instrumentation] Fix test failure in #115471 #115596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-backend-x86 Author: None (paperchalice) ChangesAdd triple to indicate this is x86 test. Full diff: https://github.com/llvm/llvm-project/pull/115596.diff 1 Files Affected:
diff --git a/llvm/test/CodeGen/X86/optnone.mir b/llvm/test/CodeGen/X86/optnone.mir
index ae572cd6c3a50e..ba852cebc35e03 100644
--- a/llvm/test/CodeGen/X86/optnone.mir
+++ b/llvm/test/CodeGen/X86/optnone.mir
@@ -1,4 +1,4 @@
-# RUN: llc -passes=machine-cse -debug-pass-manager %s -o - 2>&1 | FileCheck %s
+# RUN: llc -mtriple=x86_64-- -passes=machine-cse -debug-pass-manager %s -o - 2>&1 | FileCheck %s
# CHECK: Skipping pass MachineCSEPass on test_optnone due to optnone attribute
# CHECK: Running pass: MachineCSEPass on test_opt
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/52/builds/3590 Here is the relevant piece of the build log for the reference
|
Add triple to indicate this is x86 test.
Add triple to indicate this is x86 test.