aboutsummaryrefslogtreecommitdiffstats
path: root/slang.h
diff options
context:
space:
mode:
authorZonr Chang <zonr@google.com>2010-10-13 18:29:18 +0800
committerZonr Chang <zonr@google.com>2010-10-13 18:29:18 +0800
commit41ebf534161bb67f6207a070c1f6a895dc853408 (patch)
tree182fe2380fd6ac26bda03d2c54179933c808ec38 /slang.h
parente86245a09bb8b9e72f5dc68083444ec938865798 (diff)
downloadandroid_frameworks_compile_slang-41ebf534161bb67f6207a070c1f6a895dc853408.tar.gz
android_frameworks_compile_slang-41ebf534161bb67f6207a070c1f6a895dc853408.tar.bz2
android_frameworks_compile_slang-41ebf534161bb67f6207a070c1f6a895dc853408.zip
Remove Slang::TargetDescription.
Clang and LLVM never read outside target description to configure the target-dependent information needed during compilation and codegen. They always use their own data layout string for specific, known target.
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/slang.h b/slang.h
index ea33567..9c657f9 100644
--- a/slang.h
+++ b/slang.h
@@ -147,8 +147,6 @@ class Slang {
OutputType OT);
public:
- static const std::string TargetDescription;
-
static const llvm::StringRef PragmaMetadataName;
static void GlobalInitialization();