Skip to content

Commit 58110b1

Browse files
committed
Follow LLVM header file shuffling
This allows us to compile against revision 138708. I need this, because the version we currently use is causing mysterious corruption of object files during linking on win, apparently triggered by my vec-representation patch.
1 parent 5f57a50 commit 58110b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustllvm/RustWrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#include "llvm/Support/Timer.h"
2020
#include "llvm/Support/raw_ostream.h"
2121
#include "llvm/Target/TargetMachine.h"
22-
#include "llvm/Target/TargetSelect.h"
23-
#include "llvm/Target/TargetRegistry.h"
22+
#include "llvm/Support/TargetSelect.h"
23+
#include "llvm/Support/TargetRegistry.h"
2424
#include "llvm/Target/TargetOptions.h"
2525
#include "llvm/Support/Host.h"
2626
#include "llvm-c/Core.h"

0 commit comments

Comments
 (0)