summaryrefslogtreecommitdiffstats
path: root/lib/Driver
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-03-12 21:24:57 +0000
committerBill Wendling <isanbard@gmail.com>2012-03-12 21:24:57 +0000
commite8cb554c36c94e31e80ea893d9ad528afb491bdf (patch)
tree051e1c78c6efd0857243521f947e7d2da496c7fc /lib/Driver
parentbdb8f3ce95e3e5c43497292fd05764faa6ad46b1 (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')
-rw-r--r--lib/Driver/Driver.cpp2
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;