Skip to content

Commit

Permalink
Fix slashes in #include's path
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLapounov committed Jan 26, 2021
1 parent d2004d1 commit 9de2d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tools/aot/ObjWriter/objwriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/Win64EH.h"
#include "llvm/Target/TargetMachine.h"
#include "..\..\..\lib\Target\AArch64\MCTargetDesc\AArch64MCExpr.h"
#include "../../../lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h"

using namespace llvm;
using namespace llvm::codeview;
Expand Down

0 comments on commit 9de2d06

Please sign in to comment.