diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-27 17:13:51 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-27 17:13:51 +0000 |
| commit | b3323f0bd9bcc445d71631ea958e84dee1f103ae (patch) | |
| tree | aa23b47594cc7102e96ae2658400b3aee706f194 /llvm/test/MC/ELF/cfi-adjust-cfa-offset.s | |
| parent | c586eaa1f15e21b08c799148860d400cd3d1d002 (diff) | |
| download | bcm5719-llvm-b3323f0bd9bcc445d71631ea958e84dee1f103ae.tar.gz bcm5719-llvm-b3323f0bd9bcc445d71631ea958e84dee1f103ae.zip | |
Revert "Reapply 222538 and update tests to explicitly request small code model and PIC:"
This reverts commit r222760.
It changed our behaviour on PIC so we don't match gas anymore. It also
included lots of unnecessary changes to tests.
If those changes are desirable, there should be an independent discussion
as they are out of scope for that patch.
I will recommit the other bits.
llvm-svn: 222896
Diffstat (limited to 'llvm/test/MC/ELF/cfi-adjust-cfa-offset.s')
| -rw-r--r-- | llvm/test/MC/ELF/cfi-adjust-cfa-offset.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s b/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s index f31a6b0acd6..9d639f70d8d 100644 --- a/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s +++ b/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s @@ -1,6 +1,4 @@ -// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \ -// RUN: -relocation-model=pic -code-model=small \ -// RUN: | llvm-readobj -s -sr -sd | FileCheck %s +// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -s -sr -sd | FileCheck %s f: .cfi_startproc |

