Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-11-09 19:25:12 +0300
committerTom Stellard <thomas.stellard@amd.com>2015-11-09 19:25:12 +0300
commitaefd791fc45f763befa88c5135aa91678e7d2b6a (patch)
tree61551666dc35f6aab07a624811116c29b27138cc
parentd297e6b101054659aa549fef88aa3e2705751af4 (diff)
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 <airlied@redhat.com> ------------------------------------------------------------------------ llvm-svn: 252482
-rw-r--r--llvm/include/llvm/CodeGen/CommandFlags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/CommandFlags.h b/llvm/include/llvm/CodeGen/CommandFlags.h
index 4b2e0b06584c..bedb7d5549eb 100644
--- a/llvm/include/llvm/CodeGen/CommandFlags.h
+++ b/llvm/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"