commit | 02dbadb3a0ff7ad3a690d2b104cdf96d7d972da3 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Fri Feb 14 01:26:55 2014 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Fri Feb 14 01:26:55 2014 +0000 |
tree | c23481e9fbf3334af0e43bf041a55ccd1de21c35 | |
parent | b575878145821345483d3996b870aa790eab4d51 [diff] [blame] |
Disable emission of aranges by default and add a command line option to enable again that will be matched with a commit to enable in clang. llvm-svn: 201378
diff --git a/llvm/test/DebugInfo/X86/dwarf-aranges.ll b/llvm/test/DebugInfo/X86/dwarf-aranges.ll index b44a84a..f78e217 100644 --- a/llvm/test/DebugInfo/X86/dwarf-aranges.ll +++ b/llvm/test/DebugInfo/X86/dwarf-aranges.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc -generate-arange-section < %s | FileCheck %s ; -- header --