[clang] [clang] fix test PR69717.cpp (PR #72134)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 13 08:41:00 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: antoine moynault (antmox)
<details>
<summary>Changes</summary>
Test still fail on ARM machine (no float_control support)
---
Full diff: https://github.com/llvm/llvm-project/pull/72134.diff
1 Files Affected:
- (modified) clang/test/Sema/PR69717.cpp (+1-1)
``````````diff
diff --git a/clang/test/Sema/PR69717.cpp b/clang/test/Sema/PR69717.cpp
index 42a87bd1ac1ec8d..3d1290dcbc32b43 100644
--- a/clang/test/Sema/PR69717.cpp
+++ b/clang/test/Sema/PR69717.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify -fsyntax-only %s
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -verify -fsyntax-only %s
// REQUIRES: x86-registered-target
// expected-no-diagnostics
``````````
</details>
https://github.com/llvm/llvm-project/pull/72134
More information about the cfe-commits
mailing list