forked from OSchip/llvm-project
parent
a0dfc67ae6
commit
b0aa47b043
|
@ -16,6 +16,7 @@
|
|||
#include "Record.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
|
||||
//
|
||||
|
|
|
@ -124,6 +124,9 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\ConstantFolding.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\Expressions.cpp">
|
||||
</File>
|
||||
|
@ -245,6 +248,9 @@
|
|||
<File
|
||||
RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
|
||||
</File>
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
<File
|
||||
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue