[clang] bb5f64a - Add Requires x86 target to test due to failure in clang-armv8-quick
    usama hameed via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Aug 16 15:09:35 PDT 2023
    
    
  
Author: usama hameed
Date: 2023-08-16T15:09:14-07:00
New Revision: bb5f64a6fc059fcf81b4b9ffe035f5063956ddd8
URL: https://github.com/llvm/llvm-project/commit/bb5f64a6fc059fcf81b4b9ffe035f5063956ddd8
DIFF: https://github.com/llvm/llvm-project/commit/bb5f64a6fc059fcf81b4b9ffe035f5063956ddd8.diff
LOG: Add Requires x86 target to test due to failure in clang-armv8-quick
bot
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 cfe-commits
mailing list