summaryrefslogtreecommitdiff
path: root/include/clang/Driver
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-03 21:11:25 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-03 21:11:25 +0000
commit2659aeb5e51fe27d24bbffad0d1851b39fed5e43 (patch)
treef0e24d4185187f7d15274dee4bc53908e30f5b76 /include/clang/Driver
parent922a2097733e49b869978a264837ad60eca82891 (diff)
Notes
Diffstat (limited to 'include/clang/Driver')
-rw-r--r--include/clang/Driver/HostInfo.h2
-rw-r--r--include/clang/Driver/Options.def1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Driver/HostInfo.h b/include/clang/Driver/HostInfo.h
index 020bb3ab5a82..3485f5fbfd76 100644
--- a/include/clang/Driver/HostInfo.h
+++ b/include/clang/Driver/HostInfo.h
@@ -28,10 +28,10 @@ namespace driver {
/// being run from. For testing purposes, the HostInfo used by the
/// driver may differ from the actual host.
class HostInfo {
+protected:
const Driver &TheDriver;
const llvm::Triple Triple;
-protected:
HostInfo(const Driver &D, const llvm::Triple &_Triple);
public:
diff --git a/include/clang/Driver/Options.def b/include/clang/Driver/Options.def
index c2981b934fc9..32b29cdf5281 100644
--- a/include/clang/Driver/Options.def
+++ b/include/clang/Driver/Options.def
@@ -493,6 +493,7 @@ OPTION("-mdynamic-no-pic", mdynamic_no_pic, Joined, m_Group, INVALID, "q", 0, 0,
OPTION("-mfix-and-continue", mfix_and_continue, Flag, clang_ignored_m_Group, INVALID, "", 0, 0, 0)
OPTION("-miphoneos-version-min=", miphoneos_version_min_EQ, Joined, m_Group, INVALID, "", 0, 0, 0)
OPTION("-mkernel", mkernel, Flag, m_Group, INVALID, "", 0, 0, 0)
+OPTION("-mllvm", mllvm, Separate, INVALID, INVALID, "", 0, 0, 0)
OPTION("-mmacosx-version-min=", mmacosx_version_min_EQ, Joined, m_Group, INVALID, "", 0, 0, 0)
OPTION("-mmmx", mmmx, Flag, m_x86_Features_Group, INVALID, "", 0, 0, 0)
OPTION("-mno-3dnowa", mno_3dnowa, Flag, m_x86_Features_Group, INVALID, "", 0, 0, 0)