From f585a206467cbe5325ea71925096d00199cf935a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 16 Sep 2015 00:10:43 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247757 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/CommandFlags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/CommandFlags.h b/include/llvm/CodeGen/CommandFlags.h index cd174df9e6d..c97d186e512 100644 --- a/include/llvm/CodeGen/CommandFlags.h +++ b/include/llvm/CodeGen/CommandFlags.h @@ -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" -- 2.34.1