summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-05-12 01:04:33 +0000
committerJustin Bogner <mail@justinbogner.com>2015-05-12 01:04:33 +0000
commit7b6c0e02acd94ece5b3d6674a1c397adf7f9d7b3 (patch)
treea88e38bcaf5ff493559ec35c703b8c7c6cfe6875 /clang/lib/Driver/ToolChains.h
parent19e300fbde5f1eeeb97b7f60f55c627786a41166 (diff)
downloadbcm5719-llvm-7b6c0e02acd94ece5b3d6674a1c397adf7f9d7b3.tar.gz
bcm5719-llvm-7b6c0e02acd94ece5b3d6674a1c397adf7f9d7b3.zip
Revert "Driver: Make profiling flags work with -nostdlib on Darwin"
This revert r237074. These tests are failing all over the place. llvm-svn: 237077
Diffstat (limited to 'clang/lib/Driver/ToolChains.h')
-rw-r--r--clang/lib/Driver/ToolChains.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h
index d2865ec16f0..456bf77c289 100644
--- a/clang/lib/Driver/ToolChains.h
+++ b/clang/lib/Driver/ToolChains.h
@@ -239,11 +239,6 @@ public:
bool IsEmbedded = false,
bool AddRPath = false) const;
- /// Add any profiling runtime libraries that are needed. This is essentially a
- /// MachO specific version of addProfileRT in Tools.cpp.
- void addProfileRTLibs(const llvm::opt::ArgList &Args,
- llvm::opt::ArgStringList &CmdArgs) const;
-
/// }
/// @name ToolChain Implementation
/// {
OpenPOWER on IntegriCloud