diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-16 00:10:43 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-16 00:10:43 +0000 |
commit | 92063b3bf2d0c2ee1b67a41855eb6e8dc3fcd537 (patch) | |
tree | bb3d67c7a99912f90e28957d4a08a6df03e5f74d | |
parent | 64277a9e2759523fc32b9d58fa51058fcc43376b (diff) | |
download | bcm5719-llvm-92063b3bf2d0c2ee1b67a41855eb6e8dc3fcd537.tar.gz bcm5719-llvm-92063b3bf2d0c2ee1b67a41855eb6e8dc3fcd537.zip |
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: 247757
-rw-r--r-- | llvm/include/llvm/CodeGen/CommandFlags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/CommandFlags.h b/llvm/include/llvm/CodeGen/CommandFlags.h index cd174df9e6d..c97d186e512 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" |