diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-07-25 20:53:26 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-25 20:53:26 +0000 |
| commit | c2d8c6be92db54191871d8afc967cb334d6dc2be (patch) | |
| tree | 38bac4145a45d5b8030b592ef8bf8f59e05462bf | |
| parent | f60768a14e6b65cec890b9744ab8e44d6d4d98b7 (diff) | |
| download | bcm5719-llvm-c2d8c6be92db54191871d8afc967cb334d6dc2be.tar.gz bcm5719-llvm-c2d8c6be92db54191871d8afc967cb334d6dc2be.zip | |
Assembler doesn't need to initialize TargetMachine's anymore.
llvm-svn: 135964
| -rw-r--r-- | clang/tools/driver/cc1as_main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/tools/driver/cc1as_main.cpp b/clang/tools/driver/cc1as_main.cpp index c7b5d703a9e..97766143560 100644 --- a/clang/tools/driver/cc1as_main.cpp +++ b/clang/tools/driver/cc1as_main.cpp @@ -363,8 +363,6 @@ int cc1as_main(const char **ArgBegin, const char **ArgEnd, // Initialize targets and assembly printers/parsers. InitializeAllTargetInfos(); - // FIXME: We shouldn't need to initialize the Target(Machine)s. - InitializeAllTargets(); InitializeAllTargetMCs(); InitializeAllAsmPrinters(); InitializeAllAsmParsers(); |

