Skip to content

Commit

Permalink
Include llvm-version.h first to avoid compiler warnings. (#35730)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored May 4, 2020
1 parent 6a2224b commit 9d175a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/llvm-propagate-addrspaces.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// This file is a part of Julia. License is MIT: https://julialang.org/license

#include "llvm-version.h"

#include <llvm-c/Core.h>
#include <llvm-c/Types.h>

Expand All @@ -21,7 +23,6 @@
#include <llvm/Pass.h>
#include <llvm/Support/Debug.h>

#include "llvm-version.h"
#include "codegen_shared.h"
#include "julia.h"

Expand Down

0 comments on commit 9d175a0

Please sign in to comment.