summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-11-09 01:45:13 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-11-09 01:45:13 +0000
commit129c9fcdb8e103a5f9c71d5d1d73277600ef80a6 (patch)
treeaf4ec4646ef8160b74557ee0c5a8177a429ac19b /include
parent9e4483688bd446d278b7bb3b807c0c4891956a53 (diff)
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
This reverts commit r286297. Introduces a dependency from libAnalysis to libObject, which I missed during the review. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/TargetRegistry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/TargetRegistry.h b/include/llvm/Support/TargetRegistry.h
index 954cdb13aba..f868c07df18 100644
--- a/include/llvm/Support/TargetRegistry.h
+++ b/include/llvm/Support/TargetRegistry.h
@@ -280,9 +280,6 @@ public:
/// hasMCAsmBackend - Check if this target supports .o generation.
bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; }
- /// hasMCAsmParser - Check if this target supports assembly parsing.
- bool hasMCAsmParser() const { return MCAsmParserCtorFn != nullptr; }
-
/// @}
/// @name Feature Constructors
/// @{