Author: rafael
Date: Fri Mar 20 15:00:30 2015
New Revision: 232843

URL: http://llvm.org/viewvc/llvm-project?rev=232843&view=rev
Log:
Update for llvm api change.

Modified:
    cfe/trunk/tools/driver/cc1as_main.cpp

Modified: cfe/trunk/tools/driver/cc1as_main.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/cc1as_main.cpp?rev=232843&r1=232842&r2=232843&view=diff
==============================================================================
--- cfe/trunk/tools/driver/cc1as_main.cpp (original)
+++ cfe/trunk/tools/driver/cc1as_main.cpp Fri Mar 20 15:00:30 2015
@@ -381,7 +381,8 @@ static bool ExecuteAssembler(AssemblerIn
                                                       Opts.CPU);
     Triple T(Opts.Triple);
     Str.reset(TheTarget->createMCObjectStreamer(T, Ctx, *MAB, *Out, CE, *STI,
-                                                Opts.RelaxAll));
+                                                Opts.RelaxAll,
+                                                /*DWARFMustBeAtTheEnd*/ true));
     Str.get()->InitSections(Opts.NoExecStack);
   }
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to