diff options
Diffstat (limited to 'include/clang/Driver/Phases.h')
| -rw-r--r-- | include/clang/Driver/Phases.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/clang/Driver/Phases.h b/include/clang/Driver/Phases.h index 4e0f40c17dff..cd6b5b5c9f05 100644 --- a/include/clang/Driver/Phases.h +++ b/include/clang/Driver/Phases.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CLANG_DRIVER_PHASES_H_ -#define CLANG_DRIVER_PHASES_H_ +#ifndef LLVM_CLANG_DRIVER_PHASES_H +#define LLVM_CLANG_DRIVER_PHASES_H namespace clang { namespace driver { @@ -19,6 +19,7 @@ namespace phases { Preprocess, Precompile, Compile, + Backend, Assemble, Link }; |
