summaryrefslogtreecommitdiff
path: root/tools/gold
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-11-27 19:43:58 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-11-27 19:43:58 +0000
commitd7eaf516d4f12e12f0299943859e99e99ecf1e0d (patch)
tree4032db0ad5b2af858190fc19b9f53eca9a970271 /tools/gold
parente01551e49e21b3e6d2e37c8fdef283495f5f1bb9 (diff)
Rename CommandFlags.h -> CommandFlags.def
Since this isn't a real header - it includes static functions and had external linkage variables (though this change makes them static, since that's what they should be) so can't be included more than once in a program. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gold')
-rw-r--r--tools/gold/gold-plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp
index cf575d0a460..883999b2731 100644
--- a/tools/gold/gold-plugin.cpp
+++ b/tools/gold/gold-plugin.cpp
@@ -15,7 +15,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/Bitcode/BitcodeWriter.h"
-#include "llvm/CodeGen/CommandFlags.h"
+#include "llvm/CodeGen/CommandFlags.def"
#include "llvm/Config/config.h" // plugin-api.h requires HAVE_STDINT_H
#include "llvm/IR/Constants.h"
#include "llvm/IR/DiagnosticPrinter.h"