diff options
| author | Eric Christopher <echristo@gmail.com> | 2017-07-01 03:41:53 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2017-07-01 03:41:53 +0000 |
| commit | 3df231a1f749b61b84e0b66970c7a3e6993f7a73 (patch) | |
| tree | b664618ce99f9f34720c16ef5f0f275825cecac7 /llvm/test/CodeGen/ARM/Windows | |
| parent | 9282f1aecef7b2190c2430e190342558958f4f8f (diff) | |
| download | bcm5719-llvm-3df231a1f749b61b84e0b66970c7a3e6993f7a73.tar.gz bcm5719-llvm-3df231a1f749b61b84e0b66970c7a3e6993f7a73.zip | |
Remove the default ARMSubtarget from the ARM TargetMachine.
This enables us to ensure better LTO and code generation in the face of module linking.
Remove a report_fatal_error from the TargetMachine and replace it with an assert in ARMSubtarget - and remove the test that depended on the error. The assertion will still fire in the case that we were reporting before, but error reporting needs to be in front end tools if possible for options parsing.
llvm-svn: 306939
Diffstat (limited to 'llvm/test/CodeGen/ARM/Windows')
| -rw-r--r-- | llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll b/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll deleted file mode 100644 index 30353640a4c..00000000000 --- a/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \ -; RUN: | FileCheck %s -check-prefix CHECK-WIN - -; RUN: not llc -mtriple=armv7-windows-gnu -mcpu=cortex-a9 -o /dev/null %s 2>&1 \ -; RUN: | FileCheck %s -check-prefix CHECK-GNU - -; CHECK-WIN: does not support ARM mode execution - -; CHECK-GNU: does not support ARM mode execution - |

