Skip to content

Commit 5166aae

Browse files
committed
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 <[email protected]> ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@252482 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f7e48cb commit 5166aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/CodeGen/CommandFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "llvm/IR/Intrinsics.h"
2222
#include "llvm/IR/Module.h"
2323
#include "llvm/MC/MCTargetOptionsCommandFlags.h"
24-
#include "llvm//MC/SubtargetFeature.h"
24+
#include "llvm/MC/SubtargetFeature.h"
2525
#include "llvm/Support/CodeGen.h"
2626
#include "llvm/Support/CommandLine.h"
2727
#include "llvm/Support/Host.h"

0 commit comments

Comments
 (0)