Author: tstellar Date: Mon Nov 9 10:25:12 2015 New Revision: 252482 URL: http://llvm.org/viewvc/llvm-project?rev=252482&view=rev Log: Merging r247757:
------------------------------------------------------------------------ r247757 | geek4civic | 2015-09-15 20:10:43 -0400 (Tue, 15 Sep 2015) | 9 lines llvm/CodeGen/CommandFlags.h: Prune doubleslash in #include. While packaging 3.7 for Fedora, the debug info splitting process fell over this, so fix it upstream seems like a good plan. This should be put in the 3.7 branch as well. Noticed by Dave Airlie <airl...@redhat.com> ------------------------------------------------------------------------ Modified: llvm/branches/release_37/include/llvm/CodeGen/CommandFlags.h Modified: llvm/branches/release_37/include/llvm/CodeGen/CommandFlags.h URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/include/llvm/CodeGen/CommandFlags.h?rev=252482&r1=252481&r2=252482&view=diff ============================================================================== --- llvm/branches/release_37/include/llvm/CodeGen/CommandFlags.h (original) +++ llvm/branches/release_37/include/llvm/CodeGen/CommandFlags.h Mon Nov 9 10:25:12 2015 @@ -21,7 +21,7 @@ #include "llvm/IR/Intrinsics.h" #include "llvm/IR/Module.h" #include "llvm/MC/MCTargetOptionsCommandFlags.h" -#include "llvm//MC/SubtargetFeature.h" +#include "llvm/MC/SubtargetFeature.h" #include "llvm/Support/CodeGen.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Host.h" _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits