diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-13 21:16:58 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-13 21:16:58 +0000 |
| commit | 4f35da77a6f7da332f9e2f2e0016230df4e78661 (patch) | |
| tree | 40c899ab1994762caaed92c340531d5a16463401 /llvm/lib/MC/MCContext.cpp | |
| parent | ffcfa52e2adbd736d94fc541c5e0c84e0fdd6aa8 (diff) | |
| download | bcm5719-llvm-4f35da77a6f7da332f9e2f2e0016230df4e78661.tar.gz bcm5719-llvm-4f35da77a6f7da332f9e2f2e0016230df4e78661.zip | |
Don't use PathV1.h in Signals.h.
llvm-svn: 183947
Diffstat (limited to 'llvm/lib/MC/MCContext.cpp')
| -rw-r--r-- | llvm/lib/MC/MCContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp index 9adcc02b71a..b56017db935 100644 --- a/llvm/lib/MC/MCContext.cpp +++ b/llvm/lib/MC/MCContext.cpp @@ -22,6 +22,7 @@ #include "llvm/Support/ELF.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MemoryBuffer.h" +#include "llvm/Support/PathV1.h" #include "llvm/Support/Signals.h" #include "llvm/Support/SourceMgr.h" using namespace llvm; |

