]> granicus.if.org Git - clang/commitdiff
[Clang][Codegen] Disable arm_acle.c test.
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 16 Sep 2019 17:46:08 +0000 (17:46 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 16 Sep 2019 17:46:08 +0000 (17:46 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372015 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm_acle.c

index 2f086ee70bfd9a2cd9f37e560cdc298f2ae362ef..ce2c5fac70b2ccae09f70df202bf51619ad07c9f 100644 (file)
@@ -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 <arm_acle.h>
 
 /* 8 SYNCHRONIZATION, BARRIER AND HINT INTRINSICS */