From 2037caf8b9fe65d33624d5c583fa5d374852e40c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 28 Jan 2014 00:49:26 +0000 Subject: Revert r199871 and replace it with a simple check in the debug info code to see if we're emitting a function into a non-default text section. This is still a less-than-ideal solution, but more contained than r199871 to determine whether or not we're emitting code into an array of comdat sections. llvm-svn: 200269 --- llvm/lib/Target/TargetMachine.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/TargetMachine.cpp') diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index 39ade0a2b85..a2350352071 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/lib/Target/TargetMachine.cpp @@ -55,7 +55,6 @@ TargetMachine::TargetMachine(const Target &T, MCUseLoc(true), MCUseCFI(true), MCUseDwarfDirectory(false), - DebugUseUniqueSections(false), RequireStructuredCFG(false), Options(Options) { } -- cgit v1.2.3