]> granicus.if.org Git - llvm/commitdiff
Merging r247757:
authorTom Stellard <thomas.stellard@amd.com>
Mon, 9 Nov 2015 16:25:12 +0000 (16:25 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 9 Nov 2015 16:25:12 +0000 (16:25 +0000)
------------------------------------------------------------------------
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 <airlied@redhat.com>

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@252482 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/CommandFlags.h

index 4b2e0b06584c7f89fa3ec200fe307fc2c1ace0f5..bedb7d5549eb63a8276c884ce08032f80ae0e2e1 100644 (file)
@@ -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"