From 65b8b2af9b8111db669eac1d7a1b118225ce5e96 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Fri, 19 Oct 2018 15:36:45 +0000 Subject: [Hexagon] Remove support for V4 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344786 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/hexagon-toolchain-elf.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/Driver/hexagon-toolchain-elf.c') diff --git a/test/Driver/hexagon-toolchain-elf.c b/test/Driver/hexagon-toolchain-elf.c index 53fd909661..96fa968ee5 100644 --- a/test/Driver/hexagon-toolchain-elf.c +++ b/test/Driver/hexagon-toolchain-elf.c @@ -57,14 +57,6 @@ // ----------------------------------------------------------------------------- // Test -mcpu= -mv // ----------------------------------------------------------------------------- -// RUN: %clang -### -target hexagon-unknown-elf \ -// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \ -// RUN: -mcpu=hexagonv4 \ -// RUN: %s 2>&1 \ -// RUN: | FileCheck -check-prefix=CHECK020 %s -// CHECK020: "-cc1" {{.*}} "-target-cpu" "hexagonv4" -// CHECK020: {{hexagon-link|ld}}{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v4/crt0 - // RUN: %clang -### -target hexagon-unknown-elf \ // RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \ // RUN: -mcpu=hexagonv5 \ -- cgit v1.2.1