From: Roman Lebedev Date: Mon, 16 Sep 2019 17:46:08 +0000 (+0000) Subject: [Clang][Codegen] Disable arm_acle.c test. X-Git-Tag: llvmorg-11-init~9107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fcd4e080f09c9765d6e0ea03b1da91669c8509a;p=platform%2Fupstream%2Fllvm.git [Clang][Codegen] Disable arm_acle.c test. This test is broken by design. Clang codegen tests should not depend on llvm middle-end behaviour, they should *only* test clang codegen. Yet this test runs whole optimization pipeline. I've really tried to fix it, but there isn't just a few things that depend on passes, but everything there does. llvm-svn: 372015 --- diff --git a/clang/test/CodeGen/arm_acle.c b/clang/test/CodeGen/arm_acle.c index 2f086ee..ce2c5fa 100644 --- a/clang/test/CodeGen/arm_acle.c +++ b/clang/test/CodeGen/arm_acle.c @@ -6,6 +6,8 @@ // RUN: %clang_cc1 -ffreestanding -triple aarch64-eabi -target-cpu cortex-a57 -target-feature +v8.4a -O2 -fexperimental-new-pass-manager -S -emit-llvm -o - %s | FileCheck %s -check-prefix=AArch64-v8_3 // RUN: %clang_cc1 -ffreestanding -triple aarch64-eabi -target-cpu cortex-a57 -target-feature +v8.5a -O2 -fexperimental-new-pass-manager -S -emit-llvm -o - %s | FileCheck %s -check-prefix=AArch64-v8_3 +// REQUIRES: rewrite + #include /* 8 SYNCHRONIZATION, BARRIER AND HINT INTRINSICS */