mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
Move include/isl-noexceptions.h to include/isl/isl-noexceptions.h
llvm-svn: 311504
This commit is contained in:
parent
0ac1e585fc
commit
d680edfb98
@ -22,10 +22,8 @@
|
||||
#include "llvm/ADT/SmallSet.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "isl/ctx.h"
|
||||
#include "isl/isl-noexceptions.h"
|
||||
#include "isl/union_map.h"
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
#ifndef POLLY_SCOPINFO_H
|
||||
#define POLLY_SCOPINFO_H
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
#include "polly/ScopDetection.h"
|
||||
#include "polly/Support/SCEVAffinator.h"
|
||||
#include "polly/Support/ScopHelper.h"
|
||||
@ -43,6 +42,7 @@
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "isl/aff.h"
|
||||
#include "isl/ctx.h"
|
||||
#include "isl/isl-noexceptions.h"
|
||||
#include "isl/set.h"
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
@ -19,14 +19,12 @@
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "isl/aff.h"
|
||||
#include "isl/ctx.h"
|
||||
#include "isl/isl-noexceptions.h"
|
||||
#include "isl/map.h"
|
||||
#include "isl/options.h"
|
||||
#include "isl/set.h"
|
||||
#include "isl/union_map.h"
|
||||
#include "isl/union_set.h"
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "isl/isl-noexceptions.h"
|
||||
namespace polly {
|
||||
|
||||
#define ADD_OSTREAM_PRINTER(name) \
|
||||
|
@ -14,8 +14,8 @@
|
||||
#ifndef POLLY_ZONEALGO_H
|
||||
#define POLLY_ZONEALGO_H
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "isl/isl-noexceptions.h"
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
2
polly/lib/External/update-isl.sh
vendored
2
polly/lib/External/update-isl.sh
vendored
@ -28,6 +28,6 @@ cp $ISL_SOURCE_DIR/include/isl-noexceptions.h $TMPDIR/isl-noexceptions.h
|
||||
rm -rf $ISL_SOURCE_DIR
|
||||
mkdir -p $ISL_SOURCE_DIR
|
||||
tar -xf $DISTFILE --strip-components=1 --directory $ISL_SOURCE_DIR
|
||||
cp $TMPDIR/isl-noexceptions.h $ISL_SOURCE_DIR/include/
|
||||
cp $TMPDIR/isl/isl-noexceptions.h $ISL_SOURCE_DIR/include/isl
|
||||
|
||||
rm -rf $TMPDIR
|
||||
|
@ -38,13 +38,12 @@
|
||||
#include "polly/ScopInfo.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "isl/flow.h"
|
||||
#include "isl/isl-noexceptions.h"
|
||||
#include "isl/map.h"
|
||||
#include "isl/set.h"
|
||||
#include "isl/union_map.h"
|
||||
#include "isl/union_set.h"
|
||||
|
||||
#include "isl-noexceptions.h"
|
||||
|
||||
using namespace llvm;
|
||||
using namespace polly;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user