hanchenye-llvm-project/llvm/tools/bugpoint
Justin Lebar 2a445cf736 [Bugpoint] Erase comdat annotations after removing a global's initializer.
Summary:
This is necessary to keep the verifier happy after bugpoint removes an
initializer from a global variable with a comdat annotation, because
globals without initializers may not have comdats.

Reviewers: majnemer, rnk

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D21274

llvm-svn: 272854
2016-06-15 23:20:12 +00:00
..
BugDriver.cpp Change linkInModule to take a std::unique_ptr. 2015-12-16 23:16:33 +00:00
BugDriver.h Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
CMakeLists.txt
CrashDebugger.cpp [Bugpoint] Erase comdat annotations after removing a global's initializer. 2016-06-15 23:20:12 +00:00
ExecutionDriver.cpp Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
ExtractFunction.cpp [Bugpoint] Erase comdat annotations after removing a global's initializer. 2016-06-15 23:20:12 +00:00
FindBugs.cpp
LLVMBuild.txt
ListReducer.h
Miscompilation.cpp Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-02 18:20:45 +00:00
OptimizerDriver.cpp
ToolRunner.cpp Apply clang-tidy's misc-move-constructor-init throughout LLVM. 2016-05-27 14:27:24 +00:00
ToolRunner.h
bugpoint.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00