From 249d3d32ca67c0b16eed82d518493ab2516ea7ef Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 30 Mar 2018 18:39:28 +0000 Subject: [PATCH] Remove unused CHECK lines leftover from r306928. The RUN lines were removed, but the corresponding CHECK lines never went away. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328891 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/arm-execute-only.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Driver/arm-execute-only.c b/test/Driver/arm-execute-only.c index c226a7f3b4..866d7271d1 100644 --- a/test/Driver/arm-execute-only.c +++ b/test/Driver/arm-execute-only.c @@ -21,10 +21,6 @@ // RUN: %clang -target armv7m-eabi -x assembler -mexecute-only %s -c -### 2>&1 \ // RUN: | FileCheck %s -check-prefix CHECK-NO-EXECUTE-ONLY -check-prefix CHECK-NO-EXECUTE-ONLY-ASM -// -// CHECK-NO-EXECUTE-ONLY-NOT: "-backend-option" "-arm-execute-only" -// CHECK-EXECUTE-ONLY: "-backend-option" "-arm-execute-only" - // CHECK-EXECUTE-ONLY-NOT-SUPPORTED: error: execute only is not supported for the thumbv6m sub-architecture // CHECK-EXECUTE-ONLY-NO-MOVT: error: option '-mexecute-only' cannot be specified with '-mno-movt' // CHECK-EXECUTE-ONLY-LONG-CALLS: error: option '-mexecute-only' cannot be specified with '-mlong-calls' -- 2.40.0