diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /test/Driver/arm-execute-only.c | |
parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) |
Notes
Diffstat (limited to 'test/Driver/arm-execute-only.c')
-rw-r--r-- | test/Driver/arm-execute-only.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Driver/arm-execute-only.c b/test/Driver/arm-execute-only.c index c226a7f3b4b19..866d7271d1fa8 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' |