[llvm-branch-commits] [clang] f1f9dd3 - Add Requires x86 target to test due to failure in clang-armv8-quick

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 21 22:51:23 PDT 2023


Author: usama hameed
Date: 2023-08-22T07:43:40+02:00
New Revision: f1f9dd395b538c84bbc86958cc7de62faa847c71

URL: https://github.com/llvm/llvm-project/commit/f1f9dd395b538c84bbc86958cc7de62faa847c71
DIFF: https://github.com/llvm/llvm-project/commit/f1f9dd395b538c84bbc86958cc7de62faa847c71.diff

LOG: Add Requires x86 target to test due to failure in clang-armv8-quick
bot

(cherry picked from commit bb5f64a6fc059fcf81b4b9ffe035f5063956ddd8)

Added: 
    

Modified: 
    clang/test/CodeGen/ubsan-function-attributed.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/ubsan-function-attributed.c b/clang/test/CodeGen/ubsan-function-attributed.c
index c979f161fc9220..ae6700dbde2102 100644
--- a/clang/test/CodeGen/ubsan-function-attributed.c
+++ b/clang/test/CodeGen/ubsan-function-attributed.c
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -S -triple x86_64 -std=c17 -fsanitize=function %s -o - | FileCheck %s --check-prefixes=CHECK
 
 // CHECK: .long	248076293


        


More information about the llvm-branch-commits mailing list