diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-14 15:18:53 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-14 15:18:53 +0000 |
| commit | aa2a7cd828918a4294b7186691594c2be55641d6 (patch) | |
| tree | 25b4a3eda8bbdf70fd93381410f0bc5db6c07a43 /llvm/test/CodeGen/X86/aliases.ll | |
| parent | b88784c185802276c12f17008d720498eeaf1c18 (diff) | |
| download | bcm5719-llvm-aa2a7cd828918a4294b7186691594c2be55641d6.tar.gz bcm5719-llvm-aa2a7cd828918a4294b7186691594c2be55641d6.zip | |
Change ELF systems to use CFI for producing the EH tables. This reduces the
size of the clang binary in Debug builds from 690MB to 679MB.
llvm-svn: 129518
Diffstat (limited to 'llvm/test/CodeGen/X86/aliases.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/aliases.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/aliases.ll b/llvm/test/CodeGen/X86/aliases.ll index 3ed3bd67cef..f92027998a4 100644 --- a/llvm/test/CodeGen/X86/aliases.ll +++ b/llvm/test/CodeGen/X86/aliases.ll @@ -1,6 +1,4 @@ ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -asm-verbose=false -o %t -; RUN: grep { = } %t | count 16 -; RUN: grep set %t | count 18 ; RUN: grep globl %t | count 6 ; RUN: grep weak %t | count 1 ; RUN: grep hidden %t | count 1 |

