[PATCH] remove double slash in include path.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 17:20:25 PDT 2015


Applied in r247757, thanks! Will be pulled into 3.7.1 soon.

On Wed, Sep 16, 2015 at 8:03 AM Dave Airlie via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> 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.
> ---
>  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 cd174df..c97d186 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.4.3
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150916/90da2433/attachment.html>


More information about the llvm-commits mailing list