diff options
| author | Jessica Paquette <jpaquette@apple.com> | 2018-06-28 21:49:24 +0000 |
|---|---|---|
| committer | Jessica Paquette <jpaquette@apple.com> | 2018-06-28 21:49:24 +0000 |
| commit | 0c5d3ffbb84027c5046c19bb76edebce64a2bc73 (patch) | |
| tree | f58712cdba817a6eb7d13f697f89383d27c10d86 /llvm/test/DebugInfo/AArch64 | |
| parent | 95d1605bcb214ce9bf348f3dba72d2eff30f2f3e (diff) | |
| download | bcm5719-llvm-0c5d3ffbb84027c5046c19bb76edebce64a2bc73.tar.gz bcm5719-llvm-0c5d3ffbb84027c5046c19bb76edebce64a2bc73.zip | |
[MachineOutliner] Never add the outliner in -O0
This is a recommit of r335879.
We shouldn't add the outliner when compiling at -O0 even if
-enable-machine-outliner is passed in. This makes sure that we
don't add it in this case.
This also removes -O0 from the outliner DWARF test.
llvm-svn: 335930
Diffstat (limited to 'llvm/test/DebugInfo/AArch64')
| -rw-r--r-- | llvm/test/DebugInfo/AArch64/machine-outliner.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/AArch64/machine-outliner.ll b/llvm/test/DebugInfo/AArch64/machine-outliner.ll index 9670b96e7ee..d3b5beaf996 100644 --- a/llvm/test/DebugInfo/AArch64/machine-outliner.ll +++ b/llvm/test/DebugInfo/AArch64/machine-outliner.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -verify-machineinstrs -filetype=obj -mtriple=aarch64-- \ +; RUN: llc -verify-machineinstrs -filetype=obj -mtriple=aarch64-- \ ; RUN: -enable-machine-outliner < %s | llvm-dwarfdump - | FileCheck %s ; Ensure that the MachineOutliner produces valid DWARF when it creates outlined |

