llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Matt Arsenault (arsenm)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/224117.diff


1 Files Affected:

- (modified) clang/test/CodeGen/PR44896.ll (+1) 


``````````diff
diff --git a/clang/test/CodeGen/PR44896.ll b/clang/test/CodeGen/PR44896.ll
index 8ad3abf2d5be6..6547ea12168f6 100644
--- a/clang/test/CodeGen/PR44896.ll
+++ b/clang/test/CodeGen/PR44896.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86-registered-target
 ; RUN: %clang --target=x86_64-linux-gnu -fdiscard-value-names -S %s -o 
/dev/null 2>&1 | FileCheck --check-prefix=WARNING %s
 ; RUN: %clang --target=x86_64-linux-gnu -S %s -o /dev/null 2>&1 | FileCheck 
--check-prefix=NOWARNING %s
 ; RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s -discard-value-names 
-o /dev/null

``````````

</details>


https://github.com/llvm/llvm-project/pull/224117
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to