summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-04-11 18:49:37 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-04-11 18:49:37 +0000
commit4333f9700dc454f5e47706ac5033232f25bb3e50 (patch)
tree41e8f99fc489bc2805a425759ff45744008ce1cb /llvm/tools/opt
parent9cfa786faaade8275871283c3b800f14b07e1faa (diff)
downloadbcm5719-llvm-4333f9700dc454f5e47706ac5033232f25bb3e50.tar.gz
bcm5719-llvm-4333f9700dc454f5e47706ac5033232f25bb3e50.zip
Rename *CommandFlags.def to *CommandFlags.inc
These aren't the .def style files used in LLVM that require a macro defined before their inclusion - they're just basic non-modular includes to stamp out command line flag variables. llvm-svn: 329840
Diffstat (limited to 'llvm/tools/opt')
-rw-r--r--llvm/tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index 1b8d70458b1..3a421256997 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -23,7 +23,7 @@
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Bitcode/BitcodeWriterPass.h"
-#include "llvm/CodeGen/CommandFlags.def"
+#include "llvm/CodeGen/CommandFlags.inc"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DebugInfo.h"
OpenPOWER on IntegriCloud