aboutsummaryrefslogtreecommitdiff
path: root/SDKs/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDKs/README.txt')
-rw-r--r--SDKs/README.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/SDKs/README.txt b/SDKs/README.txt
deleted file mode 100644
index b95575e8c9a1..000000000000
--- a/SDKs/README.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-It is often convenient to be able to build compiler-rt libraries for a certain
-platform without having a full SDK or development environment installed.
-
-This makes it easy for users to build a compiler which can target a number of
-different platforms, without having to actively maintain full development
-environments for those platforms.
-
-Since compiler-rt's libraries typically have minimal interaction with the
-system, we achieve this by stubbing out the SDKs of certain platforms.