mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-20 20:38:48 +00:00
Fix a couple include directives that used angle brackets for llvm files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86a1c32e67
commit
dfa997992b
@ -14,7 +14,7 @@
|
|||||||
#ifndef LLVM_DEFAULT_PASS_SUPPORT_H
|
#ifndef LLVM_DEFAULT_PASS_SUPPORT_H
|
||||||
#define LLVM_DEFAULT_PASS_SUPPORT_H
|
#define LLVM_DEFAULT_PASS_SUPPORT_H
|
||||||
|
|
||||||
#include <llvm/PassSupport.h>
|
#include "llvm/PassSupport.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#ifndef LLVM_SYSTEM_LEB128_H
|
#ifndef LLVM_SYSTEM_LEB128_H
|
||||||
#define LLVM_SYSTEM_LEB128_H
|
#define LLVM_SYSTEM_LEB128_H
|
||||||
|
|
||||||
#include <llvm/Support/raw_ostream.h>
|
#include "llvm/Support/raw_ostream.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user