1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Include relative path for header outside the current directory.

llvm-svn: 213872
This commit is contained in:
Joerg Sonnenberger 2014-07-24 16:04:46 +00:00
parent 03a628623c
commit 820f96edb4

View File

@ -20,7 +20,7 @@
#ifndef MIPSOPTIONRECORD_H
#define MIPSOPTIONRECORD_H
#include "MipsMCTargetDesc.h"
#include "MCTargetDesc/MipsMCTargetDesc.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCRegisterInfo.h"