diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-03-12 21:24:57 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-03-12 21:24:57 +0000 |
commit | e8cb554c36c94e31e80ea893d9ad528afb491bdf (patch) | |
tree | 051e1c78c6efd0857243521f947e7d2da496c7fc /lib/Driver/Driver.cpp | |
parent | bdb8f3ce95e3e5c43497292fd05764faa6ad46b1 (diff) |
Update FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index c985e2fcfc..7fd365fbe9 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -247,7 +247,7 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { llvm::PrettyStackTraceString CrashInfo("Compilation construction"); // FIXME: Handle environment options which affect driver behavior, somewhere - // (client?). GCC_EXEC_PREFIX, LIBRARY_PATH, LPATH, CC_PRINT_OPTIONS. + // (client?). GCC_EXEC_PREFIX, LPATH, CC_PRINT_OPTIONS. if (char *env = ::getenv("COMPILER_PATH")) { StringRef CompilerPath = env; |